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