mattiashallberg
commited on
Commit
•
385d5ce
1
Parent(s):
1d143dd
eri_hirose
Browse files
app.py
CHANGED
@@ -21,6 +21,8 @@ def environ_auth(username, password):
|
|
21 |
return True
|
22 |
elif username == os.environ.get('nawal_behih') and password == os.environ.get('nawal_behih_password'):
|
23 |
return True
|
|
|
|
|
24 |
else:
|
25 |
return False
|
26 |
|
|
|
21 |
return True
|
22 |
elif username == os.environ.get('nawal_behih') and password == os.environ.get('nawal_behih_password'):
|
23 |
return True
|
24 |
+
elif username == os.environ.get('eri_hirose') and password == os.environ.get('eri_hirose_password'):
|
25 |
+
return True
|
26 |
else:
|
27 |
return False
|
28 |
|