Implemented a resouce landing page for members and Implemented basic user details (full name) and password reset via that is sent via SMTP or if SMTP is disabled will be shown to the admin to copy.

This commit is contained in:
Adrian Astles 2025-06-27 18:55:04 +08:00
parent 2ead5f4506
commit fd933e3dec
32 changed files with 1930 additions and 68 deletions

View file

@ -191,7 +191,7 @@ export default function ResetPasswordForm({
const safe = cleanRedirect(redirect);
router.push(safe);
} else {
router.push("/login");
router.push("/auth/login");
}
setIsSubmitting(false);
}, 1500);