Email One Time Password
{% csrf_token %} {% if invalid %}
Sorry, The provided token is not valid.
{% endif %} {% if quota %}
{{ quota }}
{% endif %}

Enter the code sent to your email.

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