Skip to content

Commit ed3a46b

Browse files
committed
add username & full name to UserIn
1 parent a2beab6 commit ed3a46b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mealie/schema/user/user.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ def convert_household_to_name(cls, v):
152152

153153

154154
class UserIn(UserBase):
155+
username: str
156+
full_name: str
155157
password: str
156158

157159

0 commit comments

Comments
 (0)