Skip to content

Commit 4721961

Browse files
authored
Merge pull request #2663 from piotrantosik/patch-1
Fix typo
2 parents b48b52e + 77d3e18 commit 4721961

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form/Type/ChangePasswordFormType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
5656
new UserPassword($constraintsOptions),
5757
),
5858
'attr' => array(
59-
'autcomplete' => 'current-password',
59+
'autocomplete' => 'current-password',
6060
),
6161
));
6262

@@ -65,7 +65,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
6565
'options' => array(
6666
'translation_domain' => 'FOSUserBundle',
6767
'attr' => array(
68-
'autcomplete' => 'new-password',
68+
'autocomplete' => 'new-password',
6969
),
7070
),
7171
'first_options' => array('label' => 'form.new_password'),

0 commit comments

Comments
 (0)