Преглед изворни кода

Correctif login mobile espace ajouté par tel

feature/symfony6.1
Fabien Normand пре 3 година
родитељ
комит
deeba7e670
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Authenticator/LoginFormAuthenticator.php

+ 1
- 1
Authenticator/LoginFormAuthenticator.php Прегледај датотеку

@@ -50,7 +50,7 @@ class LoginFormAuthenticator extends AbstractLoginFormAuthenticator

public function authenticate(Request $request): PassportInterface
{
$email = $request->request->get('email');
$email = trim($request->request->get('email'));
$password = $request->request->get('password');
$csrfToken = $request->request->get('_csrf_token');


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