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

Two-Factor Authentication

{% if authenticationError %}
{{ authenticationError.messageKey|trans(authenticationError.messageData, 'security') }}
{% endif %}

Enter the 6-digit code from your authenticator app.


{% endblock %}