mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-03 07:31:22 -05:00
feat: User Tooltip (#4319)
This commit is contained in:
@@ -180,6 +180,7 @@ class UserOut(UserBase):
|
||||
|
||||
class UserSummary(MealieModel):
|
||||
id: UUID4
|
||||
username: str
|
||||
full_name: str
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user