Skip to content

Commit 6d5a6c2

Browse files
committed
chom
1 parent 01b6fc7 commit 6d5a6c2

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)