- Response
-
200
OK
- IP
-
20.55.35.217
- Profiled on
- Token
- ef79fe
Dumped Contents
In
SecurityController.php
line 38:
// last username entered by the user
$lastUsername = $authenticationUtils->getLastUsername();
dump($error);
return $this->render('security/login.html.twig', [
'last_username' => $lastUsername,
'error' => $error,
null