{% extends "single.html" %} {% block title %}MFA{% endblock %} {% block single_content %}
Your account is protected with Two Factor Authentication.

You will need to enter your 2FA authentication code.
{{ otp_token_form.csrf_token }}
Token
Please enter the 2FA code from your 2FA authenticator
{{ otp_token_form.token(class="form-control", autofocus="true") }} {{ render_field_errors(otp_token_form.token) }}
{{ otp_token_form.remember(class="form-check-input", id="remember") }}
{% if enable_fido %}
Having trouble with your authenticator?
Verify by your security key
{% endif %}
If you cannot access your authenticator application you can instead use a recovery code.
Use Recovery Code
{% endblock %}