Skip to content

Commit ba23af1

Browse files
committed
minor #16200 [Security] Fix broken event link (gnito-org)
This PR was merged into the 5.3 branch. Discussion ---------- [Security] Fix broken event link <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 794dcdf Fix broken AuthenticationSuccessEvent event link
2 parents d08221c + 794dcdf commit ba23af1

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)