correctif(users.merge): le formulaire pour fusionner un compte existant avec un compte france connect n'est pas au format DSFR
This commit is contained in:
parent
15d683964e
commit
d4e6242b62
1 changed files with 4 additions and 4 deletions
|
@ -22,15 +22,15 @@
|
||||||
= form_tag france_connect_particulier_merge_with_existing_account_path, data: { turbo: true }, class: 'mt-2 form fconnect-form' do
|
= form_tag france_connect_particulier_merge_with_existing_account_path, data: { turbo: true }, class: 'mt-2 form fconnect-form' do
|
||||||
= hidden_field_tag :merge_token, @fci.merge_token, id: dom_id(@fci, :fusion_merge_token)
|
= hidden_field_tag :merge_token, @fci.merge_token, id: dom_id(@fci, :fusion_merge_token)
|
||||||
= hidden_field_tag :email, @fci.email_france_connect, id: dom_id(@fci, :fusion_email)
|
= hidden_field_tag :email, @fci.email_france_connect, id: dom_id(@fci, :fusion_email)
|
||||||
|
.fr-input-group
|
||||||
= label_tag :password, t('views.registrations.new.password_label', min_length: 8)
|
= label_tag :password, t('views.registrations.new.password_label', min_length: 8), class: 'fr-label'
|
||||||
= password_field_tag :password, nil, autocomplete: 'current-password', class: 'mb-1'
|
= password_field_tag :password, nil, autocomplete: 'current-password', class: 'mb-1 fr-input'
|
||||||
.mb-2
|
.mb-2
|
||||||
= t('views.users.sessions.new.reset_password')
|
= t('views.users.sessions.new.reset_password')
|
||||||
= link_to france_connect_particulier_resend_and_renew_merge_confirmation_path(merge_token: @fci.merge_token), method: :post do
|
= link_to france_connect_particulier_resend_and_renew_merge_confirmation_path(merge_token: @fci.merge_token), method: :post do
|
||||||
= t('.link_confirm_by_email')
|
= t('.link_confirm_by_email')
|
||||||
|
|
||||||
= submit_tag t('.button_merge'), class: 'button primary'
|
= submit_tag t('.button_merge'), class: 'fr-btn'
|
||||||
|
|
||||||
|
|
||||||
.new-account.hidden
|
.new-account.hidden
|
||||||
|
|
Loading…
Add table
Reference in a new issue