Merge branch 'main' into fix/fix-post-action-button-sizes

This commit is contained in:
SleeplessOne1917 2023-06-20 11:10:29 +00:00 committed by GitHub
commit 4807619b6c
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;
}
this.props.history.replace("/");
i.props.history.replace("/");
}
}
}