Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit 173f6de

Browse files
remove dummy login
1 parent 0df70a3 commit 173f6de

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cs_proxy/proxy.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ def valid_jwt_token(token):
3737
return False
3838

3939
def check_pass(username, password):
40-
# FIXME: REMOVE ME IN PRODUCTION (JUST FOR DEMO)
41-
if username == 'bob' and password == '5678':
42-
return True
4340
#
4441
# First check if already valid JWT Token in Cookie
4542
#

0 commit comments

Comments
 (0)