Add autofocus to 2FA form during login process
This commit is contained in:
parent
e242684d1a
commit
26c1196a16
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
autocomplete="one-time-code"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"
|
||||
autofocus="true"
|
||||
class="form-control"
|
||||
id="totp"
|
||||
name="totp"
|
||||
|
|
Loading…
Reference in a new issue