🎨 complete SMS login function

This commit is contained in:
landaiqing
2024-08-14 00:08:37 +08:00
parent fa1301689a
commit 48d2f61223
9 changed files with 119 additions and 55 deletions

7
src/types/user.d.ts vendored
View File

@@ -1,10 +1,3 @@
export interface User {
accessToken?: string
userId?: string
refreshToken?: string
expiresAt?: number
}
export interface AccountLogin {
account?: string