demarches-normaliennes/app/views/targeted_user_links/show.html.haml
Martin cb890343ff feat(targeted_user_link): add targeted user link to wrap expert invitation in order to avoid access issue when the expert is connected with another account
feat(user.merge): ensure to merge user.targeted_user_link

Update app/models/targeted_user_link.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

Update app/models/targeted_user_link.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

Update app/models/targeted_user_link.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

feat(db/create_targeted_user_links): ensure not null with fk
2022-05-31 14:50:31 +02:00

19 lines
682 B
Text

- content_for(:title, "Whoops. Mauvais compte")
.merci.text-center.mb-7
.container
= image_tag('user/envoi-dossier.svg', alt: '', class: 'mt-8')
%h1.mt-4.mb-3.mx-0 Attention, ce lien ne vous est pas destiné
%p.send.m-2.text-lg
L'invitation est à destination de
%strong.test-target-email= @targeted_user_link.user.email
%br
Mais vous êtes connecté avec
%strong.test-current-email= current_user.email
%p.m-2
Veuillez vous reconnecter avec la bonne adresse email
.flex.column.align-center
= link_to "/users/sign_out", method: :delete, class: "button primary" do
%span.fa.fa-sign-out
Me déconnecter