Forgot Password (#1017)
* Implemented forgot password flow. Fixed a bug in manage user where admins were showing the Sharing With section. * Cleaned up the reset password flow. * Reverted some debug code * Fixed an issue with invites due to ImmutableArray not being set.
This commit is contained in:
parent
8564378b77
commit
8ff123e06c
27 changed files with 271 additions and 38 deletions
|
|
@ -1,5 +1,7 @@
|
|||
@use "../../../theme/colors";
|
||||
|
||||
|
||||
|
||||
.login {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -72,6 +74,15 @@
|
|||
box-shadow: 0 0 0 0.2rem rgb(68 79 117 / 50%);
|
||||
}
|
||||
}
|
||||
|
||||
::ng-deep input {
|
||||
background-color: #fff !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
::ng-deep a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.invalid-feedback {
|
||||
|
|
@ -79,7 +90,3 @@
|
|||
color: #343c59;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: #fff !important;
|
||||
color: black;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue