diff --git a/src/shared/components/person/password-change.tsx b/src/shared/components/person/password-change.tsx index 9f5bf927..6475be9e 100644 --- a/src/shared/components/person/password-change.tsx +++ b/src/shared/components/person/password-change.tsx @@ -140,7 +140,7 @@ export class PasswordChange extends Component { UserService.Instance.myUserInfo = site.data.my_user; } - this.props.history.replace("/"); + i.props.history.replace("/"); } } }