mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Fix redirect after successful password reset
This commit is contained in:
parent
87613009b8
commit
c9b48e4980
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