Auth: Autofocus 2FA key input field

This commit is contained in:
Österreich Luminota 2023-05-30 12:16:23 +07:00
parent ccb392b228
commit 8d67aaba8a
No known key found for this signature in database
GPG key ID: 1141A28608EC3217

View file

@ -11,7 +11,7 @@
<tbody> <tbody>
<tr> <tr>
<td> <td>
{_two_factor_authentication_login} {_two_factor_authentication_login}
</td> </td>
</tr> </tr>
</tbody> </tbody>
@ -25,7 +25,7 @@
<span class="nobold">{_code}: </span> <span class="nobold">{_code}: </span>
</td> </td>
<td> <td>
<input type="text" name="code" autocomplete="off" required /> <input type="text" name="code" autocomplete="off" required autofocus />
</td> </td>
</tr> </tr>
<tr> <tr>