1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 02:53:28 +00:00

[SG-439] Add feature flags to web (#3092)

* Add feature flags to web

* Remove extra file from dev
This commit is contained in:
Robyn MacCallum
2022-07-13 12:22:58 -04:00
committed by GitHub
parent 6a26223f93
commit 0465168919
8 changed files with 48 additions and 4 deletions

View File

@@ -13,5 +13,8 @@
"proxyApi": "https://api.bitwarden.com",
"proxyIdentity": "https://identity.bitwarden.com",
"proxyEvents": "https://events.bitwarden.com"
},
"flags": {
"showTrial": false
}
}