mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-06 13:22:19 +00:00
fix: #20
This commit is contained in:
@@ -19,7 +19,7 @@ class SettingsBase(BaseModel):
|
||||
class SettingsCreate(SettingsBase):
|
||||
"""Schema for creating or updating settings, including the IMAP password."""
|
||||
|
||||
imap_password: str
|
||||
imap_password: str | None = None
|
||||
auth_password: str | None = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user