Skip to content

Commit

Permalink
app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavGenAI authored Nov 14, 2024
1 parent b3f197d commit 835f4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def hash_password(password):

# Define users and hashed passwords for simplicity
users = {
"user": hash_password("user"),
"User": hash_password("User"),
"admin": hash_password("admin")
}

Expand Down

0 comments on commit 835f4c8

Please sign in to comment.