diff --git a/modules/auth/auth.controller.js b/modules/auth/auth.controller.js index c093875..f94a000 100644 --- a/modules/auth/auth.controller.js +++ b/modules/auth/auth.controller.js @@ -354,6 +354,7 @@ async function getOrCreateUser(req, res, next) { ); } } catch (error) { + console.log("error>>>>",error); return controllerHelper.handleErrorResponse(MODULE_NAME, "getOrCreateUser", error, res); }