1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Remove key backup & sas from labs

This commit is contained in:
David Baker
2019-02-08 16:58:09 +00:00
parent 2cd25e0077
commit 043f1ab3f0
5 changed files with 53 additions and 96 deletions

View File

@ -48,7 +48,7 @@ export default class DeviceVerifyDialog extends React.Component {
this._showSasEvent = null;
this.state = {
phase: PHASE_START,
mode: SettingsStore.isFeatureEnabled("feature_sas") ? MODE_SAS : MODE_LEGACY,
mode: MODE_SAS,
sasVerified: false,
};
}