{% extends 'base_narrow.html' %} {% block head %} {{ super() }} {% if config.MFA_AUTH_TIMEOUT_SECONDS >= 60 %} {% endif %} {% endblock %} {% block body %}

{{_("Two-Factor Authentication")}}

{% if login_state.user.mfa_webauthn_methods %}
- {{_("or")}} -
{% endif %}
{{_("Cancel")}}
{% if webauthn_supported and login_state.user.mfa_webauthn_methods %} {% endif %} {% endblock %}