Implement password handling for unattended access
build / build-linux-amd64 (push) Successful in 2m0s

This commit is contained in:
2026-05-08 09:32:13 +02:00
parent c1eaac1cb3
commit 9d53999eea
10 changed files with 260 additions and 30 deletions
+8
View File
@@ -80,6 +80,14 @@ html, body {
}
.pw-form button:hover { background: #0369a1; }
/* Separator between "waiting for approval / cancel" and the unattended-
* password override on the awaiting-approval screen. */
.pw-divider {
border: none;
border-top: 1px solid rgba(148, 163, 184, 0.2);
margin: 20px 0 12px;
}
.error-inline {
background: rgba(220, 38, 38, 0.15);
border: 1px solid rgba(220, 38, 38, 0.4);