You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while testing on thunderclient I am getting below error
I tried to check if anything is null because I have seen on on Stack Overflow. When I tried to get req.body.password as response which is passed through the Http request body. it is working but for the user.password which is stored in the database, it is showing the null. so it is where the problem but I cant figure out why it is happening?
Can Anybody Help? Thanks in advance
The text was updated successfully, but these errors were encountered:
` export const loginUser = async(req,res)=>{
}`
This is the loginUser function..
while testing on thunderclient I am getting below error
I tried to check if anything is null because I have seen on on Stack Overflow. When I tried to get req.body.password as response which is passed through the Http request body. it is working but for the user.password which is stored in the database, it is showing the null. so it is where the problem but I cant figure out why it is happening?
Can Anybody Help? Thanks in advance
The text was updated successfully, but these errors were encountered: