Guillaume пре 2 година
родитељ
комит
d76ad78729
1 измењених фајлова са 0 додато и 2 уклоњено
  1. +0
    -2
      Controller/Security/SecurityAdminController.php

+ 0
- 2
Controller/Security/SecurityAdminController.php Прегледај датотеку

@@ -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');
}

Loading…
Откажи
Сачувај