Autofocus 2-factor-authentication input field on log in

Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
Sven Strickroth 2019-06-25 16:28:56 +02:00
parent a12012b7ae
commit eea2c219e4

View File

@ -1,4 +1,4 @@
<p>
<label>{% trans "Authentication code:" %} <input type="text" name="2fa_code" autocomplete="off"></label>
<label>{% trans "Authentication code:" %} <input type="text" name="2fa_code" autocomplete="off" autofocus></label>
</p>
<p>{% trans "Open the two-factor authentication app on your device to view your authentication code and verify your identity." %}</p>