changes for mongo port
This commit is contained in:
@@ -50,7 +50,7 @@ export class user {
|
||||
});
|
||||
|
||||
if (existingMail === null || !existingMail) {
|
||||
res.status(404).json({ message: "User Not Found!!! Kindly signup..." });
|
||||
res.status(401).json({ message: "User Not Found!!! Kindly signup..." });
|
||||
} else {
|
||||
const hashedpassword= existingMail.password
|
||||
const checkpassword = await hashValidator(
|
||||
|
||||
Reference in New Issue
Block a user