Add optional two-factor authentication (TOTP) and a self-service My Account view (v0.11.77)

This commit is contained in:
marvin
2026-09-14 19:49:23 -04:00
parent d73f0cea3f
commit 2bb875eb98
7 changed files with 377 additions and 21 deletions
+4
View File
@@ -280,3 +280,7 @@ select{appearance:none!important;-webkit-appearance:none!important;background-re
.performance-table .count-divider{color:var(--muted);margin:0 2px}
.performance-table td .http-status.bad[title]{cursor:help;text-decoration:underline dotted;text-underline-offset:3px}
@media(max-width:760px){.performance-table th:nth-child(2),.performance-table td:nth-child(2){display:none}.performance-table th:nth-child(1),.performance-table td:nth-child(1){width:40%}.performance-table th:nth-child(3),.performance-table td:nth-child(3){width:30%}.performance-table th:nth-child(4),.performance-table td:nth-child(4){width:30%}}
.mfa-qr{display:flex;justify-content:center;padding:16px;background:#fff;border-radius:12px;margin:16px 0}
.mfa-qr svg{width:200px;height:200px}
.mfa-recovery-codes{background:#0a1423;border:1px solid var(--line);border-radius:10px;padding:16px;font-size:14px;line-height:1.8;letter-spacing:.02em;white-space:pre-wrap;user-select:all}
@media(prefers-color-scheme:light){.mfa-recovery-codes{background:#f3f6fa}}