diff --git a/modules/auth/auth.controller.js b/modules/auth/auth.controller.js index 58446ca..40e6baa 100644 --- a/modules/auth/auth.controller.js +++ b/modules/auth/auth.controller.js @@ -102,7 +102,7 @@ async function register(req, res, next) { if (!newUser) { try { const data = { - refresh_token: tokens.refreshToken, + //refresh_token: tokens.refreshToken, phone: req.body.phone, fbuid: req.body.fbuid, email: req.body.email,