{% extends "base.html" %} {% block title %}{{ t('disable_mfa') }} | {{ app_name }}{% endblock %} {% block content %} {{ t('disable_mfa') }} Confirm your password and the email OTP sent to {{ delivery_email }} before disabling MFA. {{ 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 button-secondary") }} Resend Code / إعادة إرسال الرمز {% endblock %}
Confirm your password and the email OTP sent to {{ delivery_email }} before disabling MFA.