Skip to content

Commit 597e54c

Browse files
committed
Revert "packet glue (#407)"
This reverts commit 2b4bc44.
1 parent 2b4bc44 commit 597e54c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

conditional/blueprints/packet.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,3 @@ def csh_login():
435435
def frosh_login():
436436
session["provider"] = "frosh"
437437
return redirect("/packet", code=301)
438-
439-
440-
@packet_bp.route("/logout")
441-
@auth.oidc_logout
442-
def logout():
443-
return redirect("/", 302)

0 commit comments

Comments
 (0)