We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5832b2 commit 3d2ccdfCopy full SHA for 3d2ccdf
security/form_login_setup.rst
@@ -122,6 +122,7 @@ a traditional HTML form that submits to ``/login``:
122
123
use App\Entity\User;
124
use Doctrine\ORM\EntityManagerInterface;
125
+ use Symfony\Component\Security\Core\Exception\CustomUserMessageAuthenticationException;
126
use Symfony\Component\HttpFoundation\RedirectResponse;
127
use Symfony\Component\HttpFoundation\Request;
128
use Symfony\Component\Routing\RouterInterface;
0 commit comments