Merge pull request #4045 from matrix-org/bwindels/qrcodetuning
Support keepSecretStoragePassphraseForSession at the config level too
This commit is contained in:
commit
1e94929b88
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ export const SETTINGS = {
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
"keepSecretStoragePassphraseForSession": {
|
"keepSecretStoragePassphraseForSession": {
|
||||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
supportedLevels: ['device', 'config'],
|
||||||
displayName: _td("Keep secret storage passphrase in memory for this session"),
|
displayName: _td("Keep secret storage passphrase in memory for this session"),
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue