Skip to content

Commit 804f32b

Browse files
Merge pull request #223 from GeniusCorn/fix-add-phone-property-to-IUserInfo
fix(IUserInfo): Add phone property
2 parents 00c2edf + 21e357d commit 804f32b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/src/global.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export interface IUserInfo {
198198
lastLogin?: string
199199
loginsCount?: number
200200
passwordLastSetAt?: string
201+
phone?: string
201202
phoneCountryCode?: string
202203
phoneVerified?: boolean
203204
resetPasswordOnNextLogin?: boolean

0 commit comments

Comments
 (0)