@salesforcedevs/dx-components 1.2.6-avatar-button-3 → 1.2.6-avatar-button-4
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
|
@@ -12,9 +12,8 @@ const TBID_PROFILE_URL = `${TBID_BASE_URL}/id`;
|
|
|
12
12
|
const TBID_IFRAME_URL = `${TBID_BASE_URL}/secur/logout.jsp`;
|
|
13
13
|
|
|
14
14
|
// API URLs:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}/tbid`;
|
|
15
|
+
// TODO: Switch this to env variable once we're out of dev
|
|
16
|
+
const TBID_API_BASE_URL = "https://development.developer.salesforce.com/tbid";
|
|
18
17
|
const TBID_API_LOGOUT_URL = `${TBID_API_BASE_URL}/logout`;
|
|
19
18
|
const TBID_API_USERINFO_URL = `${TBID_API_BASE_URL}/userinfo`;
|
|
20
19
|
const TBID_API_LOGIN_URL = `${TBID_API_BASE_URL}/dologin`;
|