1
0
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:
Travis Ralston
2019-07-11 14:54:49 -06:00
parent 0950037ca3
commit 733401652b
3 changed files with 12 additions and 3 deletions

View File

@@ -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() {