fix password resetting
This commit is contained in:
parent
b10cfe00d9
commit
2c7f3aa5bc
3 changed files with 3 additions and 2 deletions
|
@ -35,6 +35,7 @@ function makeMenu2(email: string | void) {
|
|||
email: username,
|
||||
token: obj.token,
|
||||
}).username = username;
|
||||
window.location.href = "/login" + window.location.search;
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue