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
commit 655122c390
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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