mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
feat #1763
This commit is contained in:
@@ -15,6 +15,8 @@ class UserBase(BaseModel):
|
||||
is_superuser: bool = False
|
||||
# 头像
|
||||
avatar: Optional[str] = None
|
||||
# 是否开启二次验证
|
||||
is_otp: Optional[bool] = False
|
||||
|
||||
|
||||
# Properties to receive via API on creation
|
||||
|
||||
Reference in New Issue
Block a user