fix password resetting

This commit is contained in:
MathMan05 2025-04-03 20:43:27 -05:00
parent b10cfe00d9
commit 2c7f3aa5bc
3 changed files with 3 additions and 2 deletions

View file

@ -35,6 +35,7 @@ function makeMenu2(email: string | void) {
email: username,
token: obj.token,
}).username = username;
window.location.href = "/login" + window.location.search;
}
},
{