feat(common): sync email_inbound_token from standalone repo

This commit is contained in:
Barcode Betty
2026-04-03 20:12:35 +00:00
parent 02e34d65bb
commit 73c038e406
4 changed files with 76 additions and 0 deletions
@@ -20,6 +20,7 @@ class UserRead(BaseModel):
id: uuid.UUID
email: str
display_name: str | None
email_inbound_token: str
created_at: datetime
updated_at: datetime