From 0aa5be78730dd4f12b708d96cc2bfffbe637db1d Mon Sep 17 00:00:00 2001 From: david Date: Fri, 9 Aug 2019 13:53:06 +0200 Subject: [PATCH] . --- modules/auth/auth.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,