mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
Corrected OAUTH Settings initialisation
This commit is contained in:
parent
101326c987
commit
af2683d44b
@ -254,9 +254,11 @@ HELPDESK_ALWAYS_SAVE_INCOMING_EMAIL_MESSAGE = getattr(
|
|||||||
# email OAUTH #
|
# email OAUTH #
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
HELPDESK_OAUTH = {
|
HELPDESK_OAUTH = getattr(
|
||||||
|
settings, 'HELPDESK_OAUTH', {
|
||||||
"token_url": "",
|
"token_url": "",
|
||||||
"client_id": "",
|
"client_id": "",
|
||||||
"secret": "",
|
"secret": "",
|
||||||
"scope": [""]
|
"scope": [""]
|
||||||
}
|
}
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user