You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
349 B
6 lines
349 B
2 years ago
|
<div class="mb-3">
|
||
|
<label class="form-label" for="2faCodeInput">{% trans "Authentication code:" %}</label>
|
||
|
<input class="form-control" id="2faCodeInput" type="text" name="2fa_code" autocomplete="off" autofocus>
|
||
|
</div>
|
||
|
{% trans 'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' %}
|