Skip to content

Commit a15eae4

Browse files
committed
wire the secret for Symfony 6.4 compatibility
1 parent 9b2c2a4 commit a15eae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function createAuthenticator(ContainerBuilder $container, string $firewal
8989
$container->register($config['limiter'] = 'security.login_throttling.'.$firewallName.'.limiter', DefaultLoginRateLimiter::class)
9090
->addArgument(new Reference('limiter.'.$globalId))
9191
->addArgument(new Reference('limiter.'.$localId))
92+
->addArgument('%kernel.secret%')
9293
;
9394
}
9495

0 commit comments

Comments
 (0)