Skip to content

Commit 55ea7f8

Browse files
authored
packet glue but even more (#399)
1 parent 416bc10 commit 55ea7f8

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("csh")
107+
@auth.oidc_auth("default")
108108
def csh_login():
109109
session["provider"] = "csh"
110110
return redirect("/packet", code=301)

0 commit comments

Comments
 (0)