File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131use Symfony \Component \HttpKernel \Event \ResponseEvent ;
3232use Symfony \Component \HttpKernel \Event \TerminateEvent ;
3333use Symfony \Component \HttpKernel \Event \ViewEvent ;
34- use Symfony \Component \Security \Core \Event \AuthenticationEvent ;
3534use Symfony \Component \Security \Core \Event \AuthenticationFailureEvent ;
35+ use Symfony \Component \Security \Core \Event \AuthenticationSuccessEvent ;
3636use Symfony \Component \Security \Http \Event \InteractiveLoginEvent ;
3737use Symfony \Component \Security \Http \Event \SwitchUserEvent ;
3838use Symfony \Contracts \EventDispatcher \Event ;
@@ -65,7 +65,7 @@ class EventRegistry
6565 'kernel.response ' => FilterResponseEvent::class,
6666 'kernel.terminate ' => PostResponseEvent::class,
6767 'kernel.finish_request ' => FinishRequestEvent::class,
68- 'security.authentication.success ' => AuthenticationEvent ::class,
68+ 'security.authentication.success ' => AuthenticationSuccessEvent ::class,
6969 'security.authentication.failure ' => AuthenticationFailureEvent::class,
7070 'security.interactive_login ' => InteractiveLoginEvent::class,
7171 'security.switch_user ' => SwitchUserEvent::class,
You can’t perform that action at this time.
0 commit comments