@@ -15,8 +15,6 @@ class SecurityAdminController extends AbstractController | |||
*/ | |||
public function login(AuthenticationUtils $authenticationUtils, Request $request): Response | |||
{ | |||
dump($request); | |||
if ($this->getUser()) { | |||
return $this->redirectToRoute('app_admin_dashboard'); | |||
} |