Skip to content

Commit 69fb4be

Browse files
jonasartsweaverryan
authored andcommitted
Added Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator
1 parent 533bfc6 commit 69fb4be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ and add the following logic::
489489
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
490490
use Symfony\Component\Security\Csrf\CsrfToken;
491491
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException;
492+
use Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator;
492493

493494
class ExampleFormAuthenticator extends AbstractFormLoginAuthenticator
494495
{

0 commit comments

Comments
 (0)