mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 06:11:15 +00:00
Merge branch 'main' into fix/fix-post-action-button-sizes
This commit is contained in:
commit
4807619b6c
1 changed files with 1 additions and 1 deletions
|
@ -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("/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue