{% extends 'base.html.twig' %} {% block title %}Verification 2FA - SARL SITECONSEIL{% endblock %} {% block header %}
CRM SITECONSEIL
{% endblock %} {% block body %}

Double authentification

{% if authenticationError %}
{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}
{% endif %}

Ouvrez votre application d'authentification (Google Authenticator, Authy, etc.) et saisissez le code a 6 chiffres.

{% if displayTrustedOption %} {% endif %} {% if isCsrfProtectionEnabled %} {% endif %}
Annuler et se deconnecter
{% endblock %}