Skip to content

Commit

Permalink
Use lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Nov 27, 2023
1 parent aa9af14 commit afd3db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_management/rest/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,6 @@ class CodeRunViewSet(BaseViewSet, mixins.UpdateModelMixin, mixins.DestroyModelMi
def auth_provider(request):
"""Returns Auth Provider in Json Format"""
_data = {
"Auth_Provider":conf_settings.AUTH_METHOD
"auth_provider":conf_settings.AUTH_METHOD
}
return JsonResponse(_data)

0 comments on commit afd3db7

Please sign in to comment.