Commit 0dc4adfe authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent ac6c45b9
Pipeline #161 canceled with stages
......@@ -50,6 +50,7 @@ server.on('listening', () => {
server.bind(port);
function authenticateUser(username, password) {
console.log(username,password)
// Replace this function with your actual authentication logic
return username === 'ali' && password === 'ali';
}
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