Skip to content

Commit 5863ccf

Browse files
author
Nicolas Mugnier
authored
Little typo error
replace : use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException! by : use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException;
1 parent abfa7e5 commit 5863ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ and add the following logic::
488488

489489
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
490490
use Symfony\Component\Security\Csrf\CsrfToken;
491-
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenExceptionl
491+
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException;
492492

493493
class ExampleFormAuthenticator extends AbstractFormLoginAuthenticator
494494
{

0 commit comments

Comments
 (0)