You've already forked AstralRinth
forked from didirus/AstralRinth
Add autocomplete attribute for 2fa input (#1450)
* Add input mode attribute for 2fa input * Add autocomplete property * Remove inputmode property
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
maxlength="11"
|
||||
type="text"
|
||||
placeholder="Enter code..."
|
||||
autocomplete="one-time-code"
|
||||
autofocus
|
||||
@keyup.enter="begin2FASignIn"
|
||||
/>
|
||||
|
||||
@@ -202,6 +202,7 @@
|
||||
v-model="twoFactorCode"
|
||||
maxlength="6"
|
||||
type="text"
|
||||
autocomplete="one-time-code"
|
||||
placeholder="Enter code..."
|
||||
@keyup.enter="verifyTwoFactorCode()"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user