2018-10-03 11:11:02 +02:00
|
|
|
|
- content_for(:title, 'Lien de connexion par email')
|
|
|
|
|
|
|
|
|
|
- content_for :footer do
|
|
|
|
|
= render partial: 'root/footer'
|
|
|
|
|
|
|
|
|
|
#link-sent.container
|
|
|
|
|
= image_tag('user/confirmation-email.svg')
|
|
|
|
|
%h1 Encore une petite étape :)
|
|
|
|
|
|
|
|
|
|
%p.mail
|
|
|
|
|
Ouvrez votre boite email <b>#{@email}</b> puis cliquez sur le lien d'activation du message <b>Connexion sécurisée à demarches-simplifiees.fr</b>.
|
2019-01-10 12:06:19 +01:00
|
|
|
|
%br
|
|
|
|
|
%br
|
|
|
|
|
<b>Attention</b>, ce message peut mettre jusqu'à <b>15 minutes</b> pour arriver.
|
2018-10-03 11:11:02 +02:00
|
|
|
|
|
|
|
|
|
%p.help
|
2019-03-05 18:16:13 +01:00
|
|
|
|
Si vous voyez cette page trop souvent, consultez notre aide : #{link_to 'https://faq.demarches-simplifiees.fr/article/34-je-dois-confirmer-mon-compte-a-chaque-connexion', 'https://faq.demarches-simplifiees.fr/article/34-je-dois-confirmer-mon-compte-a-chaque-connexion', target: '_blank', rel: 'noopener' }
|
2019-03-04 12:31:31 +01:00
|
|
|
|
%br
|
|
|
|
|
%br
|
2019-05-13 12:23:01 +02:00
|
|
|
|
En cas de difficultés, nous restons joignables
|
|
|
|
|
= succeed '.' do
|
|
|
|
|
= link_to("via ce formulaire", contact_admin_url)
|