.
This commit is contained in:
parent
1849121736
commit
299f08ff8d
@ -142,7 +142,9 @@ const extraMethods = {
|
|||||||
name: dataUser.name,
|
name: dataUser.name,
|
||||||
surname: dataUser.surname,
|
surname: dataUser.surname,
|
||||||
//entityId: dataUser.entityId,
|
//entityId: dataUser.entityId,
|
||||||
|
type: "onsite",
|
||||||
profile: "guest",
|
profile: "guest",
|
||||||
|
country: "ES",
|
||||||
// password: crypto.createHash('sha512').update(user.phone).digest('hex'),
|
// password: crypto.createHash('sha512').update(user.phone).digest('hex'),
|
||||||
},
|
},
|
||||||
}).then(([user, created]) => {
|
}).then(([user, created]) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user