ext(affordances): wireTotpQr (jsqr lazy-load) for QR -> otpauth:// fill
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1462,3 +1462,20 @@ textarea {
|
||||
.totp-countdown {
|
||||
font-size: 11px;
|
||||
}
|
||||
.totp-qr-panel {
|
||||
margin-top: 6px;
|
||||
padding: 10px;
|
||||
border: 1px dashed var(--border-subtle);
|
||||
border-radius: 3px;
|
||||
background: var(--bg-input);
|
||||
}
|
||||
.totp-qr-panel input[type="file"] {
|
||||
display: block;
|
||||
font-family: inherit;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
.totp-qr-error {
|
||||
margin-top: 6px;
|
||||
font-size: 11px;
|
||||
color: var(--danger, #c75a4f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user