Fixed activation page not redirecting properly on success and password reset fields not setting proper values

This commit is contained in:
Keannu Christian Bernasol 2023-11-20 00:23:59 +08:00
parent 150663587c
commit 45c9fd588a
3 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@ export default function ActivationPage() {
theme: "light",
});
setTimeout(() => {
navigate("/dashboard");
navigate("/");
});
} else {
setFeedback("Invalid activation link");