Skip to content

Commit

Permalink
Ajoute le bouton pro connect sur la vue users/sign_up
Browse files Browse the repository at this point in the history
  • Loading branch information
kara22 committed Oct 23, 2024
1 parent 0a49fd2 commit 47e22e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/users/registrations/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
%h1.fr-h2= t('views.registrations.new.title', name: Current.application_name)

= render partial: 'shared/france_connect_login', locals: { url: france_connect_particulier_path }
= render partial: 'shared/pro_connect_login', locals: { url: agent_connect_login_path }
%p.fr-hr-or= t('views.shared.france_connect_login.separator')

%fieldset.fr-mb-0.fr-fieldset{ aria: { labelledby: 'create-account-legend' } }
%legend.fr-fieldset__legend#create-account-legend
Expand Down

0 comments on commit 47e22e4

Please sign in to comment.