{% extends "base.html" %} {% block title %}{{ t('setup_mfa') }} | {{ app_name }}{% endblock %} {% block content %} {{ t('setup_mfa') }} Enable email-based MFA. A 6-digit one-time code was sent to {{ delivery_email }}. {{ form.hidden_tag() }} {{ form.password.label }} {{ form.password(class="input") }} {{ form.code.label }} {{ form.code(class="input", inputmode="numeric", autocomplete="one-time-code") }} {{ form.submit(class="button") }} Resend Code / إعادة إرسال الرمز {% endblock %}
Enable email-based MFA. A 6-digit one-time code was sent to {{ delivery_email }}.