mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-06-29 17:05:47 +08:00
Fixed activation page not redirecting properly on success and password reset fields not setting proper values
This commit is contained in:
parent
150663587c
commit
45c9fd588a
3 changed files with 9 additions and 9 deletions
|
@ -38,7 +38,7 @@ export default function ActivationPage() {
|
|||
theme: "light",
|
||||
});
|
||||
setTimeout(() => {
|
||||
navigate("/dashboard");
|
||||
navigate("/");
|
||||
});
|
||||
} else {
|
||||
setFeedback("Invalid activation link");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue