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"
|
autocomplete="one-time-code"
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
autocapitalize="off"
|
autocapitalize="off"
|
||||||
|
autofocus="true"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
id="totp"
|
id="totp"
|
||||||
name="totp"
|
name="totp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue