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
Incorrect function to handle log in route :
your code here isn't clear and need a lot of edits and these the main important points that you must consider :
1-you didn't have a hashed password in your database.
2- You didn't check if the user is registered correctly.
3- you sent cookie without hashing it
The text was updated successfully, but these errors were encountered:
PalB/server/controllers/index.js
Lines 19 to 32 in 9ded714
Incorrect function to handle
log in
route :your code here isn't clear and need a lot of edits and these the main important points that you must consider :
1-you didn't have a hashed password in your database.
2- You didn't check if the user is registered correctly.
3- you sent cookie without hashing it
The text was updated successfully, but these errors were encountered: