Show server auth policy limits in client auth UI

This commit is contained in:
Jage9
2026-02-24 22:35:29 -05:00
parent f26e1f3c27
commit 06d5e3fbf3
10 changed files with 154 additions and 13 deletions

View File

@@ -117,6 +117,12 @@ body {
width: min(280px, 60vw);
}
.auth-hint {
color: #94a3b8;
margin: 0.35rem 0 0.5rem;
font-size: 0.92rem;
}
.nickname-row {
display: flex;
justify-content: center;