I am trying to make a request and login but the function checks the first element from my users database. The problem is here var user = users[0]; how can I change code to select the users that I give it for input?I am trying to make a request and login but the