1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Ps/fix dev flags not defined (#6683)

* Handle devFlags not defined

* Default dev flags to false
This commit is contained in:
Matt Gibson
2023-10-24 11:48:01 -04:00
committed by GitHub
parent 950e327477
commit c798c92c84
3 changed files with 10 additions and 4 deletions

View File

@@ -13,5 +13,6 @@
"secretsManager": true,
"showPasswordless": true,
"enableCipherKeyEncryption": false
}
},
"devFlags": {}
}