@quintype/components 3.4.5-fix-fb-video-crop.0 → 3.4.6
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
|
@@ -5392,7 +5392,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
5392
5392
|
return null;
|
|
5393
5393
|
};
|
|
5394
5394
|
_context8.next = 3;
|
|
5395
|
-
return fetch("/api/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
|
|
5395
|
+
return fetch("/api/auth/v1/access-token/integrations/".concat(_this.props.accessTypeBkIntegrationId));
|
|
5396
5396
|
|
|
5397
5397
|
case 3:
|
|
5398
5398
|
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;
|