This commit is contained in:
David Arranz 2024-08-30 10:25:41 +02:00
parent 1849121736
commit 299f08ff8d

View File

@ -142,7 +142,9 @@ const extraMethods = {
name: dataUser.name,
surname: dataUser.surname,
//entityId: dataUser.entityId,
type: "onsite",
profile: "guest",
country: "ES",
// password: crypto.createHash('sha512').update(user.phone).digest('hex'),
},
}).then(([user, created]) => {