- Ajout du hashage du mot de passe lors de l'inscription.
This commit is contained in:
@ -23,9 +23,10 @@ class GoogleBooksService
|
||||
],
|
||||
]);
|
||||
|
||||
|
||||
// Convertir la réponse JSON en tableau PHP
|
||||
$dataArray = $response->toArray();
|
||||
dump($dataArray);
|
||||
|
||||
return $dataArray;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user