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

Verification par email

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

Un code a 6 chiffres a ete envoye a votre adresse email. Saisissez-le ci-dessous.

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