Skip to content

Commit

Permalink
CHG default login location to playgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Feb 11, 2022
1 parent 085449a commit 2d740c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/anubis/views/public/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def public_oauth():
"""

# Get the next url if it was specified.
next_url = request.args.get("next") or "/courses"
next_url = request.args.get("next") or "/playgrounds"

# Get the authorized response from NYU oauth
resp = nyu_provider.authorized_response()
Expand Down

0 comments on commit 2d740c6

Please sign in to comment.