You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Log out when account is deactivated
This commit is contained in:
@@ -53,8 +53,8 @@ export default class DeactivateAccountDialog extends React.Component {
|
||||
user: MatrixClientPeg.get().credentials.userId,
|
||||
password: this._passwordField.value,
|
||||
}).done(() => {
|
||||
|
||||
// XXX blocked behind PR
|
||||
Lifecycle.onLoggedOut();
|
||||
this.props.onFinished(false);
|
||||
}, (err) => {
|
||||
let errStr = 'Unknown error';
|
||||
// https://matrix.org/jira/browse/SYN-744
|
||||
|
||||
Reference in New Issue
Block a user