Skip to content

Commit c2342b1

Browse files
committed
packet glue but even more
1 parent 416bc10 commit c2342b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)