feat: add TOTP QR code scanning functionality and related UI components

This commit is contained in:
shuaiplus
2026-05-04 01:44:27 +08:00
parent 851c9c4080
commit 45f0387526
10 changed files with 366 additions and 3 deletions
+4
View File
@@ -501,6 +501,10 @@
height: 160px;
}
.totp-scan-actions {
grid-template-columns: 1fr;
}
.invite-toolbar {
align-items: stretch;
}