Allows users to use OAuth tokens instead of passwords

This commit is contained in:
Trenton H
2023-03-22 11:54:20 -07:00
parent b6925d7f11
commit 2043571def
8 changed files with 92 additions and 12 deletions

View File

@@ -20,4 +20,6 @@ export interface PaperlessMailAccount extends ObjectWithId {
password: string
character_set?: string
is_token: boolean
}