Skip to content

Commit 5cdeedc

Browse files
committed
Fix: Build
1 parent b68663a commit 5cdeedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/login_link.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ Customizing the Success Handler
661661
Sometimes, the default success handling does not fit your use-case (e.g.
662662
when you need to generate and return an API key). To customize how the
663663
success handler behaves, create your own
664-
:class:`Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface`::
664+
:class:`Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationSuccessHandlerInterface`::
665665

666666
// src/Security/Authentication/AuthenticationSuccessHandler.php
667667
namespace App\Security\Authentication;

0 commit comments

Comments
 (0)