mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-02 13:18:27 +00:00
feat: authentication
This commit is contained in:
@@ -17,3 +17,5 @@ class Settings(Base):
|
||||
mark_as_read = Column(Boolean, default=False)
|
||||
email_check_interval = Column(Integer, default=15) # Interval in minutes
|
||||
auto_add_new_senders = Column(Boolean, default=False)
|
||||
auth_username = Column(String, nullable=True)
|
||||
auth_password_hash = Column(String, nullable=True)
|
||||
|
||||
Reference in New Issue
Block a user