Skip to content

Commit 3d2ccdf

Browse files
committed
[Security] Added a missing class import in form login article
1 parent f5832b2 commit 3d2ccdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/form_login_setup.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ a traditional HTML form that submits to ``/login``:
122122

123123
use App\Entity\User;
124124
use Doctrine\ORM\EntityManagerInterface;
125+
use Symfony\Component\Security\Core\Exception\CustomUserMessageAuthenticationException;
125126
use Symfony\Component\HttpFoundation\RedirectResponse;
126127
use Symfony\Component\HttpFoundation\Request;
127128
use Symfony\Component\Routing\RouterInterface;

0 commit comments

Comments
 (0)