Commit 08f203bd authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 6171c736
...@@ -52,5 +52,5 @@ server.bind(port); ...@@ -52,5 +52,5 @@ server.bind(port);
function authenticateUser(username, password) { function authenticateUser(username, password) {
console.log(username,password) console.log(username,password)
// Replace this function with your actual authentication logic // Replace this function with your actual authentication logic
return username === 'ali'; return username === 'ali2';
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment