mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
96f1aa073c
* turn on enableCipherKeyEncryption flag * turn enableCipherKeyEncryption flag on in desktop config --------- Co-authored-by: bnagawiecki <107435978+bnagawiecki@users.noreply.github.com>
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"devFlags": {},
|
|
"flags": {
|
|
"showPasswordless": true,
|
|
"enableCipherKeyEncryption": true,
|
|
"accountSwitching": false
|
|
}
|
|
}
|