mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 00:53:23 +00:00
turn enableCipherKeyEncryption flag off (#10621)
This commit is contained in:
committed by
GitHub
parent
c5c8a0dd5e
commit
c73ee88126
@@ -2,7 +2,7 @@
|
||||
"devFlags": {},
|
||||
"flags": {
|
||||
"showPasswordless": true,
|
||||
"enableCipherKeyEncryption": true,
|
||||
"enableCipherKeyEncryption": false,
|
||||
"accountSwitching": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"flags": {
|
||||
"showPasswordless": true,
|
||||
"enableCipherKeyEncryption": true,
|
||||
"enableCipherKeyEncryption": false,
|
||||
"accountSwitching": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"flags": {
|
||||
"enableCipherKeyEncryption": true,
|
||||
"enableCipherKeyEncryption": false,
|
||||
"accountSwitching": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user