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