This commit is contained in:
2025-12-26 10:33:46 +01:00
parent 0e5b5fea6e
commit f95cf21ffd
15 changed files with 99 additions and 23 deletions
@@ -106,7 +106,7 @@ export default async function googleAuth({
*
* @description make a request to datasquirel.com
*/
if (httpResponse?.success && httpResponse?.payload && database) {
if (httpResponse?.success && httpResponse?.singleRes && database) {
postLoginResponseHandler({
database,
httpResponse,