Browse Source

Merge branch 'develop' of https://forge.laclic.fr/Laclic/SovBundle into develop

develop
Fab 3 years ago
parent
commit
1384871ada
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      Controller/Security/SecurityAdminController.php

+ 0
- 2
Controller/Security/SecurityAdminController.php View File

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

Loading…
Cancel
Save