mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
40cade39bb
* Remove 'showTrial' feature flag * Replace Register component with trial and redirect trial routes to register * Shore up fallback logic for bad params * Remove register component that is no longer used * Adjust register form margin top * Update unit tests for new param handling * Use enums for org names and add missing org routing * Add new tests and fix existing flaky ones * Use an enum for layouts
17 lines
419 B
JSON
17 lines
419 B
JSON
{
|
|
"urls": {
|
|
"icons": "https://icons.qa.bitwarden.pw",
|
|
"notifications": "https://notifications.qa.bitwarden.pw",
|
|
"scim": "https://scim.qa.bitwarden.pw"
|
|
},
|
|
"dev": {
|
|
"proxyApi": "https://api.qa.bitwarden.pw",
|
|
"proxyIdentity": "https://identity.qa.bitwarden.pw",
|
|
"proxyEvents": "https://events.qa.bitwarden.pw"
|
|
},
|
|
"flags": {
|
|
"secretsManager": false,
|
|
"showPasswordless": true
|
|
}
|
|
}
|