Skip to content

Commit ab60c44

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix broken AuthenticationSuccessEvent event link
2 parents 096ee5d + ba23af1 commit ab60c44

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)