mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-03 23:54:04 +08:00
* refactor(account-switching) [PM-5594]: Move account switching enabled flag to AccountSwitcherService to accommodate server-side feature flag. * test(account-switching) [PM-5594]: Update tests to include ConfigService dependency for feature flag. * refactor(account-switching) [PM-5594]: Remove compile-time account switching flags from browser. * refactor(account-switching) [PM-5594]: Move initialization to ctor for strict.
9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"devFlags": {
|
|
"managedEnvironment": {
|
|
"base": "https://localhost:8080"
|
|
},
|
|
"skipWelcomeOnInstall": true
|
|
}
|
|
}
|