Skip to content

Commit 5bff397

Browse files
authored
Merge pull request #65 from homerjam/patch-1
Update token-utils.ts
2 parents a9f596b + 9d28ea6 commit 5bff397

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sdk/utilities/token-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export const getUserFromSession = async (
123123
given_name: idToken.payload.given_name as string,
124124
picture: (idToken.payload.picture as string) ?? null,
125125
email: idToken.payload.email as string,
126+
phone: idToken.payload.phone as string,
126127
id: idToken.payload.sub!,
127128
};
128129

0 commit comments

Comments
 (0)