mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-06 23:51:28 +01:00
* 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
|
|
}
|
|
}
|