*/ | */ | ||||
public function login(AuthenticationUtils $authenticationUtils, Request $request): Response | public function login(AuthenticationUtils $authenticationUtils, Request $request): Response | ||||
{ | { | ||||
dump($request); | |||||
if ($this->getUser()) { | if ($this->getUser()) { | ||||
return $this->redirectToRoute('app_admin_dashboard'); | return $this->redirectToRoute('app_admin_dashboard'); | ||||
} | } |