This commit is contained in:
jxxghp
2024-04-02 16:36:27 +08:00
parent ce0dda0455
commit 8b4b79fa10
3 changed files with 15 additions and 15 deletions

View File

@@ -851,7 +851,7 @@ export interface User {
// 头像
avatar: string
// 是否开启二次验证
// 是否开启双重验证
is_otp: boolean
}