mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 00:03:13 +00:00

fix #1246 Return a JsonResponse instead of raising AuthenticationFailed Exception that is turned into the general html error by django. rest_framework.response.Response should not be used in middleware, will return django.template.response.ContentNotRenderedError.