{% 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.submit(class="button button-secondary") }}
{% endblock %}