update resetpassword

This commit is contained in:
Le Viet
2022-04-29 11:25:43 +07:00
parent 99f7c68b73
commit 0eaf9f481f
+3 -3
View File
@@ -133,7 +133,7 @@ module.exports = {
try {
const user = await Member.findOne({
where: {
email: req.body.email,
username: req.body.email,
status: 1
}
});
@@ -185,7 +185,7 @@ module.exports = {
try {
const user = await Member.findOne({
where: {
email: req.body.email,
username: req.body.email,
status: 1
}
});
@@ -215,7 +215,7 @@ module.exports = {
try {
const user = await Member.findOne({
where: {
email: req.body.email,
username: req.body.email,
status: 1
}
});