This commit is contained in:
zss
2024-03-28 16:39:34 +08:00
parent ff07841dd6
commit 40d99f1dd5
7 changed files with 142 additions and 7 deletions

View File

@ -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