mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
fix: Rename self to state
This commit is contained in:
parent
cfdc5d1c9b
commit
3605574b77
@ -61,7 +61,7 @@ class PaperlessMailOAuth2Manager:
|
|||||||
"offline_access",
|
"offline_access",
|
||||||
"https://outlook.office.com/IMAP.AccessAsUser.All",
|
"https://outlook.office.com/IMAP.AccessAsUser.All",
|
||||||
],
|
],
|
||||||
self=settings.OUTLOOK_OAUTH_CLIENT_STATE,
|
state=settings.OUTLOOK_OAUTH_CLIENT_STATE,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user