Skip to content

Commit

Permalink
Add Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiMagal authored Jan 17, 2024
1 parent c88c663 commit 3383aa2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'empty_data' => '',
'label' => $this->trans('SMTP password', 'Admin.Advparameters.Feature'),
'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',
],
Expand Down

0 comments on commit 3383aa2

Please sign in to comment.