fix linting failures

This commit is contained in:
Ryan Petrello
2020-01-13 15:58:19 -05:00
parent 488f52b82b
commit b1f56df930
4 changed files with 2 additions and 2 deletions

View File

@@ -98,5 +98,6 @@ def handle_csp_violation(request):
logger.error(json.loads(request.body))
return HttpResponse(content=None)
def handle_login_redirect(request):
return HttpResponseRedirect("/#/login")