Support keepSecretStoragePassphraseForSession at the config level too

pull/21833/head
Travis Ralston 2020-02-02 14:31:21 +00:00 committed by Bruno Windels
parent ffb40d90da
commit ea7cb6ba0b
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,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,
},