Updates
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user