{% extends 'admin/master.html' %} {% import 'macro/actions.html' as actionlib with context %} {% block title %}show 2fa{% endblock %} {% block main %}
Two-Factor Authentication (2FA) is currently enabled for your account.
{{ actionlib.add_modal_button(url=get_url('.verify_tfa',modal=True,action=url_for('.enable_tfa',enable=False)), btn_class='nav-link', title=gettext('Disable 2FA'), content=gettext('Disable 2FA')) }}
recover codes can be used if you lose access to your authenticator app. View Recovery Codes
{% endblock %}