kumudraj01 commited on
Commit
c326da8
·
1 Parent(s): 43435fd
Files changed (1) hide show
  1. 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
- "admin": "password123", # For testing only
32
- "user1": "admin"
33
  }
34
 
35
 
 
28
 
29
  # User credentials (in real app, this would be in a secure database)
30
  USER_CREDENTIALS = {
31
+ "admin": "passWord-123", # For testing only
32
+ "user1": "admin",
33
  }
34
 
35