소스 검색

Correctif login mobile espace ajouté par tel

develop
Fabien Normand 2 년 전
부모
커밋
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…
취소
저장