From c2342b1c0c193b9199e9ef0c2031fc694e9c1d61 Mon Sep 17 00:00:00 2001 From: Jeremy Smart Date: Tue, 9 Sep 2025 19:21:13 -0400 Subject: [PATCH] packet glue but even more --- conditional/util/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conditional/util/auth.py b/conditional/util/auth.py index e3921b67..cfca8765 100644 --- a/conditional/util/auth.py +++ b/conditional/util/auth.py @@ -104,7 +104,7 @@ def frosh_auth(): @app.route("/auth/csh") -@auth.oidc_auth("csh") +@auth.oidc_auth("default") def csh_login(): session["provider"] = "csh" return redirect("/packet", code=301)