Skip to content

Commit

Permalink
wire the secret for Symfony 6.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Nov 9, 2023
1 parent 9b2c2a4 commit a15eae4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public function createAuthenticator(ContainerBuilder $container, string $firewal
$container->register($config['limiter'] = 'security.login_throttling.'.$firewallName.'.limiter', DefaultLoginRateLimiter::class)
->addArgument(new Reference('limiter.'.$globalId))
->addArgument(new Reference('limiter.'.$localId))
->addArgument('%kernel.secret%')
;
}

Expand Down

0 comments on commit a15eae4

Please sign in to comment.