finalized password reset + code refactoring

This commit is contained in:
daniel31x13
2024-05-20 19:23:11 -04:00
parent 73dda21573
commit 329019b34e
12 changed files with 239 additions and 118 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export default async function resetPassword(
});
return res.status(200).json({
response: "Password reset successfully.",
response: "Password has been reset successfully.",
});
}
}