{# 2fa_verify.html.twig #} {% extends 'base.html.twig' %} {% block title %}Validation de la double authentification {% endblock %} {% block body %}

Validation de la double authentification

{% if user.google2FASecret %}

Scannez ce QR Code avec votre application d'authentification si nécessaire :

{{ qrCodeSvg|raw }}
{% endif %}
{# Gestion des messages d'erreur #} {% for label, messages in app.flashes %} {% for msg in messages %}
{{ msg }}
{% endfor %} {% endfor %}

Attention ce code change au minimum toutes les 30s !

{% endblock %} {% block stylesheets %} {% endblock %}