Skip to content

Commit 4623d60

Browse files
committed
Remove unnecessary optional_auths
1 parent d8ecdaf commit 4623d60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,11 @@ def load_user(id):
8989

9090

9191
@app.route('/login', methods=['GET', 'POST'])
92-
@optional_auth
9392
def login():
9493
return db_auth_handler().login()
9594

9695

9796
@app.route('/verify_login', methods=['POST'])
98-
@optional_auth
9997
def verify_login():
10098
return db_auth_handler().verify_login()
10199

0 commit comments

Comments
 (0)