mirror of
https://github.com/Finsys/dockhand.git
synced 2026-06-17 19:09:33 +03:00
MFA code field not recognized by Bitwarden and other password managers (#566)
This commit is contained in:
@@ -188,8 +188,10 @@
|
||||
<Label>Verification code</Label>
|
||||
<Input
|
||||
bind:value={token}
|
||||
name="totp"
|
||||
placeholder="Enter 6-digit code"
|
||||
maxlength={6}
|
||||
autocomplete="one-time-code"
|
||||
/>
|
||||
<p class="text-xs text-muted-foreground">
|
||||
Enter the code from your authenticator app to verify setup
|
||||
|
||||
Reference in New Issue
Block a user