Commit aca284b7 by Dennis Jen Committed by Dennis Jen

Remove zendesk access token from support view

parent 5dec436f
...@@ -19,7 +19,7 @@ class ContactUsView(View): ...@@ -19,7 +19,7 @@ class ContactUsView(View):
context = { context = {
'platform_name': configuration_helpers.get_value('platform_name', settings.PLATFORM_NAME), 'platform_name': configuration_helpers.get_value('platform_name', settings.PLATFORM_NAME),
'zendesk_api_host': settings.ZENDESK_URL, '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 'custom_fields': settings.ZENDESK_CUSTOM_FIELDS
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment