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:
parent
803b7bb30f
commit
54e235b0b9
3 changed files with 1 additions and 10 deletions
|
@ -34,10 +34,7 @@ let secretStorageBeingAccessed = false;
|
|||
let passphraseOnlyOption = null;
|
||||
|
||||
function isCachingAllowed() {
|
||||
return (
|
||||
secretStorageBeingAccessed ||
|
||||
SettingsStore.getValue("keepSecretStoragePassphraseForSession")
|
||||
);
|
||||
return secretStorageBeingAccessed;
|
||||
}
|
||||
|
||||
export class AccessCancelledError extends Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue