Spaces:
Sleeping
Sleeping
Commit ·
a7f6f38
1
Parent(s): c326da8
pass
Browse files- utils/utility.py +2 -2
utils/utility.py
CHANGED
|
@@ -28,8 +28,8 @@ log = structlog.get_logger()
|
|
| 28 |
|
| 29 |
# User credentials (in real app, this would be in a secure database)
|
| 30 |
USER_CREDENTIALS = {
|
| 31 |
-
"
|
| 32 |
-
"user1": "
|
| 33 |
}
|
| 34 |
|
| 35 |
|
|
|
|
| 28 |
|
| 29 |
# User credentials (in real app, this would be in a secure database)
|
| 30 |
USER_CREDENTIALS = {
|
| 31 |
+
"user-1": "passWord-123", # For testing only
|
| 32 |
+
"user1": "user-1",
|
| 33 |
}
|
| 34 |
|
| 35 |
|