{% extends 'base.html' %} {% block body %}
branding logo

Two-Factor Authentication

{% if request.user_pre_mfa.mfa_webauthn_methods %}
- or -
{% endif %}
{% if webauthn_supported and request.user_pre_mfa.mfa_webauthn_methods %} {% endif %} {% endblock %}