{% extends "site/site_base.html" %} {% from 'macros/auth_page_wrapper.html' import auth_page_card %} {% block title %}Two-Factor Authentication - {{ product_name }}{% endblock %} {% block body_class %}dz-auth-page{% endblock %} {% block body_attrs %}hx-history="false"{% endblock %} {% block body %} {% call auth_page_card("Verify Your Identity", product_name) %}

Enter the verification code to continue.

{% if "email_otp" in methods %}
{% endif %} {# Divider with centred "OR" label. Pure Tailwind replacement for DaisyUI .border-t border-[hsl(var(--border))]. #}

Use a recovery code

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