Compare commits

..

1 Commits

Author SHA1 Message Date
fb0ee192ae revert recherche lowercase dans la requête de connexion
Some checks failed
Cadoles/hydra-sql/pipeline/head Build started...
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit
2024-12-03 16:03:08 +01:00

View File

@ -24,7 +24,6 @@ class SQLLoginService extends AbstractController
public function fetchPasswordAndDatas(string $login): array
{
$dataRequest = $this->sqlLoginRequest->getDatasRequest();
$login = \strtolower($login);
$datas = $this->executeRequestWithLogin($dataRequest, $login);
return $datas;