feat: add admin password reset

This commit is contained in:
2026-06-16 06:40:55 -06:00
parent 502afffa02
commit 979a70439b
8 changed files with 168 additions and 6 deletions

View File

@@ -162,6 +162,12 @@ input {
margin: 8px 0 0;
}
.ui-success {
color: var(--green-700);
font-size: 14px;
margin: 8px 0 0;
}
/* Toolbar */
.workspace-toolbar {
display: flex;