Avoid loss of focus on .suspect-email closure
This commit is contained in:
parent
3de79e99e0
commit
c88096859a
5 changed files with 16 additions and 6 deletions
|
@ -19,4 +19,4 @@
|
|||
.fr-fieldset__element
|
||||
= render Dsfr::InputComponent.new(form: f, attribute: :email, input_type: :email_field, opts: { autocomplete: 'email', autofocus: true })
|
||||
|
||||
= f.submit t('devise.passwords.new.request_new_password'), class: 'fr-btn fr-btn--lg fr-mt-4w'
|
||||
= f.submit t('devise.passwords.new.request_new_password'), class: 'fr-btn fr-btn--lg fr-mt-4w', 'data-email-input-target': 'next'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue