mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
6c21223466
* suppress welcome window on install when extension is in dev mode * use platformUtilsService.isDev instead of process.env.ENV * use devFlags.skipWelcomeOnInstall instead of platformUtilsService.isDev * update old dev_flags casing in base configs
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"devFlags": {
|
|
"managedEnvironment": {
|
|
"base": "https://localhost:8080"
|
|
},
|
|
"skipWelcomeOnInstall": true
|
|
},
|
|
"flags": {
|
|
"showPasswordless": true,
|
|
"enableCipherKeyEncryption": false,
|
|
"accountSwitching": true
|
|
}
|
|
}
|