You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +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:
@@ -34,10 +34,7 @@ let secretStorageBeingAccessed = false;
|
||||
let passphraseOnlyOption = null;
|
||||
|
||||
function isCachingAllowed() {
|
||||
return (
|
||||
secretStorageBeingAccessed ||
|
||||
SettingsStore.getValue("keepSecretStoragePassphraseForSession")
|
||||
);
|
||||
return secretStorageBeingAccessed;
|
||||
}
|
||||
|
||||
export class AccessCancelledError extends Error {
|
||||
|
||||
Reference in New Issue
Block a user