Unverified Commit a9be2b1d by Dennis Jen Committed by GitHub

Merge pull request #16793 from edx/dsjen/dummy-token

Remove zendesk access token from support view.
parents 3495f3b6 aca284b7
......@@ -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
}
......
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