Skip to content

Commit

Permalink
Update SmtpConfigurationType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiMagal authored Nov 11, 2024
1 parent 5cce7b5 commit 87ca8c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'help' => $this->trans('Leave blank if not applicable.', 'Admin.Advparameters.Help'),
/* Some browsers (for example Google Chrome) are totally ignoring "off" value, so we use "new-password" - which is working well for this purpose */
'attr' => [
'autocomplete' => 'new-password',,
'autocomplete' => 'new-password',
'autocapitalize' => 'off',
],
])
Expand Down

0 comments on commit 87ca8c4

Please sign in to comment.