{% extends 'base.html.twig' %} {% block title %}Two-Factor Authentication{% endblock %} {% block body %}

Two-Factor Authentication

{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% if totp_enabled %}

Two-factor authentication is enabled.

{% else %}

Two-factor authentication is disabled.

Enable 2FA {% endif %}
{% endblock %}