{% extends "site/site_base.html" %} {% block title %}Two-Factor Authentication - {{ product_name }}{% endblock %} {% block body_class %}dz-auth-page bg-base-200{% endblock %} {% block body_attrs %}hx-history="false"{% endblock %} {% block body %}

Verify Your Identity

Enter the verification code to continue.

{% if "email_otp" in methods %}
{% endif %}
OR

Use a recovery code

{% endblock %} {% block scripts_extra %} {% endblock %}