This commit is contained in:
Leo
2024-01-22 14:37:27 +08:00
42 changed files with 3294 additions and 5920 deletions

View File

@ -68,8 +68,8 @@ router.get("/profile", function (req, res, next) {
//forgot password page
router.get("/forgotPassword", function (req, res, next) {
res.render("forgotPassword");
router.get("/forgotpassword", function (req, res, next) {
res.render("forgotpassword");
});
//resetted password page