Skip to content

Commit

Permalink
feat: new auth link
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn <[email protected]>
  • Loading branch information
promise committed Jan 4, 2025
1 parent 59d5696 commit 21110ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shauth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def auth(request):
print("exception:", e)
pass

return redirect("https://shauth.but-it-actually.works/?state=" + settings.SHAUTH_SYSTEM_NAME);
return redirect("https://oauth.spillhuset.app/?state=" + settings.SHAUTH_SYSTEM_NAME);

def apply_groups(user, flags):
user.groups.clear()
Expand Down

0 comments on commit 21110ea

Please sign in to comment.