Merge pull request #1412 from sunaurus/password_reset_redirect

Fix redirect after successful password reset
This commit is contained in:
SleeplessOne1917 2023-06-20 10:55:26 +00:00 committed by GitHub
commit 1c9896d825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export class PasswordChange extends Component<any, State> {
UserService.Instance.myUserInfo = site.data.my_user; UserService.Instance.myUserInfo = site.data.my_user;
} }
this.props.history.replace("/"); i.props.history.replace("/");
} }
} }
} }