This commit is contained in:
David Arranz 2024-08-30 11:18:23 +02:00
parent 2926e5cf21
commit 076b97c174

View File

@ -149,6 +149,7 @@ const extraMethods = {
country: dataUser.country,
entityId: dataUser.entityId,
type: "onsite",
source: "webV4",
// password: crypto.createHash('sha512').update(user.phone).digest('hex'),
},
}).then(([user, created]) => {