feat(auth): add password reset flow
Add admin-generated reset links, reset UI, timezone-aware expiry display, and registration captcha coverage.
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -77,6 +77,14 @@
|
||||
padding: 0 .75rem;
|
||||
}
|
||||
|
||||
.ui-btn-compact {
|
||||
min-height: 34px;
|
||||
height: 34px;
|
||||
padding: 0 .65rem;
|
||||
gap: .35rem;
|
||||
font-size: .8125rem;
|
||||
}
|
||||
|
||||
.ui-btn-field {
|
||||
min-height: 50px;
|
||||
height: 50px;
|
||||
|
||||
Reference in New Issue
Block a user