1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

turn enableCipherKeyEncryption flag off (#10621)

This commit is contained in:
Merissa Weinstein
2024-09-04 10:52:22 -05:00
committed by GitHub
parent c5c8a0dd5e
commit c73ee88126
14 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
{
"flags": {
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}

View File

@@ -1,5 +1,5 @@
{
"flags": {
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}