@ikas/storefront 1.0.14-alpha.2 → 1.0.14-alpha.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/build/index.es.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -73654,7 +73654,7 @@ var IkasCustomerStore = /** @class */ (function () {
|
|
|
73654
73654
|
if (typeof window === "undefined")
|
|
73655
73655
|
return [2 /*return*/];
|
|
73656
73656
|
redirect = new URLSearchParams(window.location.search).get("redirect") || "";
|
|
73657
|
-
url = process.env.NEXT_PUBLIC_BASE_URL + "/
|
|
73657
|
+
url = process.env.NEXT_PUBLIC_BASE_URL + "/ms/" + provider + "/login/authenticate?redirect=" + redirect;
|
|
73658
73658
|
return [4 /*yield*/, fetch(url, {
|
|
73659
73659
|
headers: {
|
|
73660
73660
|
"x-api-key": IkasStorefrontConfig.config.apiKey || "",
|
package/build/index.js
CHANGED
|
@@ -73631,7 +73631,7 @@ var IkasCustomerStore = /** @class */ (function () {
|
|
|
73631
73631
|
if (typeof window === "undefined")
|
|
73632
73632
|
return [2 /*return*/];
|
|
73633
73633
|
redirect = new URLSearchParams(window.location.search).get("redirect") || "";
|
|
73634
|
-
url = process.env.NEXT_PUBLIC_BASE_URL + "/
|
|
73634
|
+
url = process.env.NEXT_PUBLIC_BASE_URL + "/ms/" + provider + "/login/authenticate?redirect=" + redirect;
|
|
73635
73635
|
return [4 /*yield*/, fetch(url, {
|
|
73636
73636
|
headers: {
|
|
73637
73637
|
"x-api-key": IkasStorefrontConfig.config.apiKey || "",
|