Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Apr 9, 2024
1 parent 9c733c2 commit 9942235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def handler(request, *args, **kwargs):
if settings.SOCIAL_AUTH_GITHUB_KEY:
return redirect("/login/github/")
return redirect("/login/")

return base_handler(request, *args, **kwargs)

return handler
Expand Down

0 comments on commit 9942235

Please sign in to comment.