Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mattiashallberg
commited on
added user
Browse files
app.py
CHANGED
@@ -39,6 +39,8 @@ def environ_auth(username, password):
|
|
39 |
return True
|
40 |
elif username == os.environ.get('ayae_fukui') and password == os.environ.get('ayae_fukui_password'):
|
41 |
return True
|
|
|
|
|
42 |
elif username == os.environ.get('yusuke_hamada_ryumeikan') and password == os.environ.get('yusuke_hamada_ryumeikan_password'):
|
43 |
return True
|
44 |
elif username == os.environ.get('matsukura_eri_dentsu') and password == os.environ.get('matsukura_eri_dentsu_password'):
|
|
|
39 |
return True
|
40 |
elif username == os.environ.get('ayae_fukui') and password == os.environ.get('ayae_fukui_password'):
|
41 |
return True
|
42 |
+
elif username == os.environ.get('johan_strandberg') and password == os.environ.get('johan_strandberg_password'):
|
43 |
+
return True
|
44 |
elif username == os.environ.get('yusuke_hamada_ryumeikan') and password == os.environ.get('yusuke_hamada_ryumeikan_password'):
|
45 |
return True
|
46 |
elif username == os.environ.get('matsukura_eri_dentsu') and password == os.environ.get('matsukura_eri_dentsu_password'):
|