mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
fix: user creation without username or fullName (#4337)
This commit is contained in:
parent
07e70b419d
commit
655122c390
2 changed files with 3 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -152,6 +152,8 @@ class UserBase(MealieModel):
|
|||
|
||||
|
||||
class UserIn(UserBase):
|
||||
username: str
|
||||
full_name: str
|
||||
password: str
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue