Merge pull request #4045 from matrix-org/bwindels/qrcodetuning

Support keepSecretStoragePassphraseForSession at the config level too
pull/21833/head
Bruno Windels 2020-02-11 08:19:29 +00:00 committed by GitHub
commit 1e94929b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ export const SETTINGS = {
default: true,
},
"keepSecretStoragePassphraseForSession": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
supportedLevels: ['device', 'config'],
displayName: _td("Keep secret storage passphrase in memory for this session"),
default: false,
},