diff --git a/lemonauth/views/indie.py b/lemonauth/views/indie.py index 9993d5e..a66cf16 100644 --- a/lemonauth/views/indie.py +++ b/lemonauth/views/indie.py @@ -109,8 +109,8 @@ class IndieView(TemplateView): # If we got here, it's valid! Yay! return utils.choose_type(request, {'me': code['me']}, { - 'application/json': JsonResponse, 'application/x-www-form-urlencoded': utils.form_encoded_response, + 'application/json': JsonResponse, })