mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
Update src/Security/JWTAuthenticator.php
Co-authored-by: Maël Gangloff <contact@maelgangloff.fr> Signed-off-by: Vincent <contact@vinceh121.me>
This commit is contained in:
@@ -21,7 +21,7 @@ class JWTAuthenticator implements AuthenticationSuccessHandlerInterface
|
|||||||
public function __construct(
|
public function __construct(
|
||||||
protected JWTTokenManagerInterface $jwtManager,
|
protected JWTTokenManagerInterface $jwtManager,
|
||||||
protected EventDispatcherInterface $dispatcher,
|
protected EventDispatcherInterface $dispatcher,
|
||||||
private string $appEnv,
|
protected KernelInterface $kernel
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user