more detail for profile creation
This commit is contained in:
@@ -42,7 +42,9 @@ class UserCreate(BaseModel):
|
||||
username: str
|
||||
password: str
|
||||
email: EmailStr
|
||||
|
||||
birth: str
|
||||
firstName: str
|
||||
name: str
|
||||
|
||||
class UserInDB(User):
|
||||
password: str
|
||||
|
Reference in New Issue
Block a user