Skip to content

Commit

Permalink
Attempt to fix 'overwritting form_login parameters'
Browse files Browse the repository at this point in the history
  • Loading branch information
Navalona Ramanantoanina committed Apr 8, 2021
1 parent 2150175 commit cd37f4b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ public function getKey()
protected function createEntryPoint($container, $id, $config, $defaultEntryPointId)
{
$entryPointId = 'security.authentication.form_entry_point.'.$id;
if ($defaultEntryPointId !== null) {
return $defaultEntryPointId;
}

if (class_exists('Symfony\Component\DependencyInjection\ChildDefinition')) {
// Symfony >= 3.3
Expand Down

0 comments on commit cd37f4b

Please sign in to comment.