.
This commit is contained in:
parent
12abd49a4c
commit
0aa5be7873
@ -102,7 +102,7 @@ async function register(req, res, next) {
|
|||||||
if (!newUser) {
|
if (!newUser) {
|
||||||
try {
|
try {
|
||||||
const data = {
|
const data = {
|
||||||
refresh_token: tokens.refreshToken,
|
//refresh_token: tokens.refreshToken,
|
||||||
phone: req.body.phone,
|
phone: req.body.phone,
|
||||||
fbuid: req.body.fbuid,
|
fbuid: req.body.fbuid,
|
||||||
email: req.body.email,
|
email: req.body.email,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user