Skip to content

Commit b92da8c

Browse files
committed
Adding missing auth
1 parent d9d9e45 commit b92da8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packet/routes/freshmen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77

88
@app.route("/")
9+
@auth.oidc_auth
910
@before_request
1011
def index(info=None):
1112
return redirect("/packet/" + info['uid'], 302)

packet/routes/upperclassmen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77

88
@app.route("/")
9+
@auth.oidc_auth
910
def index():
1011
return redirect("/packets", 302)
1112

0 commit comments

Comments
 (0)