{% extends "base.html" %} {% block title %}Two-factor authentication — allowthem{% endblock %} {% block head %} {% endblock %} {% block body %}

Two-factor authentication

Enter the 6-digit code from your authenticator app to continue.

{% if error %}
{{ error }}
{% endif %}
{# CSS-only toggle checkbox — must be a sibling of the sections it controls #}
{% endblock %}