fix: user creation without username or fullName (#4337)

This commit is contained in:
Kuchenpirat
2024-10-09 16:35:27 +02:00
committed by GitHub
parent 07e70b419d
commit 655122c390
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -152,6 +152,8 @@ class UserBase(MealieModel):
class UserIn(UserBase):
username: str
full_name: str
password: str