Skip to content

Commit 794dcdf

Browse files
committed
Fix broken AuthenticationSuccessEvent event link
1 parent 2525bd9 commit 794dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2575,7 +2575,7 @@ Authentication Events
25752575
where you need to modify the created token (e.g. for multi factor
25762576
authentication).
25772577

2578-
:class:`Symfony\\Component\\Security\\Http\\Event\\AuthenticationSuccessEvent`
2578+
:class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent`
25792579
Dispatched when authentication is nearing success. This is the last
25802580
event that can make an authentication fail by throwing an
25812581
``AuthenticationException``.

0 commit comments

Comments
 (0)