Skip to content

Commit c4f64a2

Browse files
committed
minor #10994 [Security] Added a missing class import in form login article (javiereguiluz)
This PR was merged into the 4.2 branch. Discussion ---------- [Security] Added a missing class import in form login article Commits ------- 3d2ccdf [Security] Added a missing class import in form login article
2 parents 6cd835a + 3d2ccdf commit c4f64a2

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)