Skip to content

Commit b5730fb

Browse files
committed
Revert "packet glue but even more (#399)"
This reverts commit 55ea7f8.
1 parent af0e759 commit b5730fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/util/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def frosh_auth():
104104

105105

106106
@app.route("/auth/csh")
107-
@auth.oidc_auth("default")
107+
@auth.oidc_auth("csh")
108108
def csh_login():
109109
session["provider"] = "csh"
110110
return redirect("/packet", code=301)

0 commit comments

Comments
 (0)