mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 22:19:31 +02:00
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:
parent
2ead5f4506
commit
fd933e3dec
32 changed files with 1930 additions and 68 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue