mattiashallberg
commited on
Commit
•
02aa4a4
1
Parent(s):
0b31b8a
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def environ_auth(username, password):
|
|
12 |
return True
|
13 |
elif username == os.environ.get('robert_bagares') and password == os.environ.get('robert_bagares_password'):
|
14 |
return True
|
15 |
-
|
16 |
return True
|
17 |
elif username == os.environ.get('junichiro_kawashima') and password == os.environ.get('junichiro_kawashima_password'):
|
18 |
return True
|
|
|
12 |
return True
|
13 |
elif username == os.environ.get('robert_bagares') and password == os.environ.get('robert_bagares_password'):
|
14 |
return True
|
15 |
+
elif username == os.environ.get('akiko_kinjo') and password == os.environ.get('akiko_kinjo_password'):
|
16 |
return True
|
17 |
elif username == os.environ.get('junichiro_kawashima') and password == os.environ.get('junichiro_kawashima_password'):
|
18 |
return True
|