Skip to content

Commit 92e24de

Browse files
committed
wire the secret for Symfony 6.4 compatibility
1 parent 35a7e5c commit 92e24de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)