mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-24 12:44:09 -05:00
fix: user creation without username or fullName (#4337)
This commit is contained in:
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user