chore: Set phone_number through Website SDK (#2803)

Fixes: #2599
This commit is contained in:
Aswin Dev P.S
2021-08-13 17:26:09 +05:30
committed by GitHub
parent dfcc33cbdd
commit 9e052fd5b2
5 changed files with 39 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ export const actions = {
name: userObject.name,
avatar_url: userObject.avatar_url,
identifier_hash: userObject.identifier_hash,
phone_number: userObject.phone_number,
};
const {
data: { pubsub_token: pubsubToken },