- Ajout du hashage du mot de passe lors de l'inscription.

This commit is contained in:
2025-01-29 10:42:03 +01:00
parent 45362ae9d9
commit d576c980d3
4 changed files with 210 additions and 9 deletions

View File

@ -23,9 +23,10 @@ class GoogleBooksService
],
]);
// Convertir la réponse JSON en tableau PHP
$dataArray = $response->toArray();
dump($dataArray);
return $dataArray;
}
}