Merge pull request #9933 from rdubigny/patch-1
Remove user_email input autofocus on agent page
This commit is contained in:
commit
6fed91a668
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
%p.fr-text--sm= t('utils.mandatory_champs')
|
%p.fr-text--sm= t('utils.mandatory_champs')
|
||||||
|
|
||||||
.fr-fieldset__element
|
.fr-fieldset__element
|
||||||
= render Dsfr::InputComponent.new(form: f, attribute: :email, input_type: :email_field, opts: { autocomplete: 'email', autofocus: true }) do |c|
|
= render Dsfr::InputComponent.new(form: f, attribute: :email, input_type: :email_field, opts: { autocomplete: 'email' }) do |c|
|
||||||
- c.with_label { t('.pro_email') }
|
- c.with_label { t('.pro_email') }
|
||||||
|
|
||||||
.fr-fieldset__element
|
.fr-fieldset__element
|
||||||
|
|
Loading…
Add table
Reference in a new issue