Fix redirect after successful password reset

This commit is contained in:
sunaurus 2023-06-20 13:44:26 +03:00
parent 87613009b8
commit c9b48e4980
No known key found for this signature in database

View file

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