Skip to content
Snippets Groups Projects
Commit aca284b7 authored by Dennis Jen's avatar Dennis Jen Committed by Dennis Jen
Browse files

Remove zendesk access token from support view

parent 5dec436f
No related merge requests found
......@@ -19,7 +19,7 @@ class ContactUsView(View):
context = {
'platform_name': configuration_helpers.get_value('platform_name', settings.PLATFORM_NAME),
'zendesk_api_host': settings.ZENDESK_URL,
'access_token': settings.ZENDESK_OAUTH_ACCESS_TOKEN,
'access_token': 'DUMMY_ACCESS_TOKEN', # LEARNER-3450
'custom_fields': settings.ZENDESK_CUSTOM_FIELDS
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment