One Time Password
{% csrf_token %} {% if invalid %}
Sorry, The provided token is not valid.
{% endif %}
{% if mode == "auth" %}
Welcome back {{ request.session.base_username }}
Not me
{% endif %}

Enter the 6-digits on your authenticator

{% if request.session.mfa_methods|length > 1 %} Select Another Method {% endif %}
{% include "modal.html" %}