You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Close settings after deactivating
Fixes https://github.com/vector-im/riot-web/issues/9566
This commit is contained in:
@@ -83,7 +83,7 @@ export default class DeactivateAccountDialog extends React.Component {
|
||||
|
||||
Analytics.trackEvent('Account', 'Deactivate Account');
|
||||
Lifecycle.onLoggedOut();
|
||||
this.props.onFinished(false);
|
||||
this.props.onFinished(true);
|
||||
}
|
||||
|
||||
_onCancel() {
|
||||
|
||||
Reference in New Issue
Block a user