fix(auth): separate passkey and two-step verification (#583)

This commit is contained in:
InfinityPacer
2026-07-24 06:18:43 +08:00
committed by GitHub
parent e63fc9a8bd
commit dc3f0abf9b
13 changed files with 523 additions and 405 deletions
+1 -1
View File
@@ -1000,7 +1000,7 @@ export interface User {
is_superuser: boolean
// 头像
avatar: string
// 是否开启双重验证
// 是否开启二次验证
is_otp: boolean
// 用户权限 json
permissions: { [key: string]: any }