Skip to content

Commit

Permalink
fix: user creation without username or fullName (#4337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuchenpirat authored Oct 9, 2024
1 parent 07e70b4 commit 655122c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/overrides/api.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions mealie/schema/user/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ def convert_household_to_name(cls, v):


class UserIn(UserBase):
username: str
full_name: str
password: str


Expand Down

0 comments on commit 655122c

Please sign in to comment.