Fix logout devices on password reset (#9925)
This commit is contained in:
parent
62913218d2
commit
70d3d03c15
3 changed files with 77 additions and 41 deletions
|
@ -258,6 +258,7 @@ export default class ForgotPassword extends React.Component<Props, State> {
|
|||
}
|
||||
|
||||
this.phase = Phase.ResettingPassword;
|
||||
this.reset.setLogoutDevices(this.state.logoutDevices);
|
||||
|
||||
try {
|
||||
await this.reset.setNewPassword(this.state.password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue