Recovery code
{% csrf_token %} {% if invalid %}
Sorry, The provided code is not valid, or has already been used.
{% endif %} {% if quota %}
{{ quota }}
{% endif %}
Enter the 11-digits on your authenticator. Or input a recovery code
{% if request.session.mfa_methods|length > 1 %}
Select Another Method
{% endif %}
{% include "modal.html" %}