Skip to content

Commit 21e357d

Browse files
committed
fix(IUserInfo): Add phone property
1 parent 00c2edf commit 21e357d

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)