hi in auth.js this is wrong : ``` if(system_id == "satish", password = "yadav"){ ``` this is correct : ``` if(system_id == "satish", password == "yadav"){ ```
hi
in auth.js
this is wrong :
this is correct :