Skip to content

Commit 2b4bc44

Browse files
authored
packet glue (#407)
* chom * chom
1 parent 8a6b501 commit 2b4bc44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conditional/blueprints/packet.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,3 +435,9 @@ 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)