{% extends "single.html" %} {% block title %} MFA {% endblock %} {% block single_content %}
Your account is protected with multi-factor authentication (MFA).

To continue with the sign-in you need to provide the access code from your authenticator.
{{ otp_token_form.csrf_token }}
Token
Please enter the 6-digit number displayed in your MFA application (Google Authenticator, Authy, MyDigiPassword, etc) here
{{ otp_token_form.token(class="form-control", autofocus="true") }} {{ render_field_errors(otp_token_form.token) }}
{% if enable_fido %}
Having trouble with your authenticator?
Verify by your security key
{% endif %}
{% endblock %}