Browse Source

Suppression dump

develop
Guillaume 3 years ago
parent
commit
d76ad78729
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