@salesforcedevs/dx-components 1.2.6-avatar-button-2 → 1.2.6-avatar-button-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "1.2.6-avatar-button-2",
3
+ "version": "1.2.6-avatar-button-3",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -5,9 +5,8 @@ import defaults from "lodash.defaults";
5
5
  import escapeHtml from "escape-html";
6
6
 
7
7
  // TBID Page URLs:
8
- const TBID_BASE_URL =
9
- process.env.TBID_BASE_URL ||
10
- "https://dev1-trailblazer-identity.cs192.force.com";
8
+ // TODO: Switch this to env variable once we're out of dev
9
+ const TBID_BASE_URL = "https://dev1-trailblazer-identity.cs192.force.com";
11
10
  const TBID_SETTINGS_URL = `${TBID_BASE_URL}/settings`;
12
11
  const TBID_PROFILE_URL = `${TBID_BASE_URL}/id`;
13
12
  const TBID_IFRAME_URL = `${TBID_BASE_URL}/secur/logout.jsp`;