Fix 2FA message

This commit is contained in:
George 2020-05-29 13:33:14 +01:00
parent 1c57dca4f3
commit c28484130b
No known key found for this signature in database
GPG Key ID: F74C2ACA24BAF301
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
{{ otp_token_form.csrf_token }}
<div class="font-weight-bold mt-5">Token</div>
<div class="small-text">The 6-digit 2FA code or recovery code.</div>
<div class="small-text">The 6-digit 2FA code.</div>
{{ otp_token_form.token(class="form-control", autofocus="true") }}
{{ render_field_errors(otp_token_form.token) }}