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

Enter the code sent to your email.

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