Skip to content

Commit

Permalink
Explicitly set remember me to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev authored and bobdenotter committed Oct 23, 2020
1 parent ff1e539 commit cc12a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/LoginType.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
],
])->add('remember_me', CheckboxType::class, [
'label' => 'label.rememberme',
'required' => false,
]);
}

Expand Down

0 comments on commit cc12a0f

Please sign in to comment.