@quintype/components 3.4.4 → 3.4.5
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/dist/cjs/index.js
CHANGED
|
@@ -5383,7 +5383,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
5383
5383
|
return null;
|
|
5384
5384
|
};
|
|
5385
5385
|
_context8.next = 3;
|
|
5386
|
-
return fetch("/api/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
|
|
5386
|
+
return fetch("/api/auth/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
|
|
5387
5387
|
|
|
5388
5388
|
case 3:
|
|
5389
5389
|
jwtResponse = _context8.sent;
|
|
@@ -429,7 +429,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
429
429
|
return null;
|
|
430
430
|
};
|
|
431
431
|
_context8.next = 3;
|
|
432
|
-
return fetch("/api/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
|
|
432
|
+
return fetch("/api/auth/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
|
|
433
433
|
|
|
434
434
|
case 3:
|
|
435
435
|
jwtResponse = _context8.sent;
|