mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
test(user): cover user management workflows (#664)
This commit is contained in:
+2
-2
@@ -1327,8 +1327,8 @@ export interface User {
|
||||
id: number
|
||||
// 用户名称
|
||||
name: string
|
||||
// 用户密码
|
||||
password: string
|
||||
// 用户密码仅用于写入,查询响应不返回该字段
|
||||
password?: string
|
||||
// 用户邮箱
|
||||
email: string
|
||||
// 是否激活
|
||||
|
||||
Reference in New Issue
Block a user