1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

Remove labs option to cache 'passphrase'

(which actually meant SSSS secrets)

Fixes https://github.com/vector-im/riot-web/issues/1392
This commit is contained in:
David Baker
2020-06-18 10:42:33 +01:00
parent 803b7bb30f
commit 54e235b0b9
3 changed files with 1 additions and 10 deletions

View File

@@ -66,7 +66,6 @@ export default class LabsUserSettingsTab extends React.Component {
<SettingsFlag name={"showHiddenEventsInTimeline"} level={SettingLevel.DEVICE} />
<SettingsFlag name={"lowBandwidth"} level={SettingLevel.DEVICE} />
<SettingsFlag name={"sendReadReceipts"} level={SettingLevel.ACCOUNT} />
<SettingsFlag name={"keepSecretStoragePassphraseForSession"} level={SettingLevel.DEVICE} />
</div>
</div>
);