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
|
@ -104,6 +104,10 @@ export default class PasswordReset {
|
|||
);
|
||||
}
|
||||
|
||||
public setLogoutDevices(logoutDevices: boolean): void {
|
||||
this.logoutDevices = logoutDevices;
|
||||
}
|
||||
|
||||
public async setNewPassword(password: string): Promise<void> {
|
||||
this.password = password;
|
||||
await this.checkEmailLinkClicked();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue