@opexa/portal-sdk 0.57.18 → 0.57.19

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/index.cjs CHANGED
@@ -8932,7 +8932,6 @@ var Sdk = class {
8932
8932
  }
8933
8933
  set marketDomain(value) {
8934
8934
  if (typeof window === "undefined") return;
8935
- if (core.Capacitor.isNativePlatform()) return;
8936
8935
  if (value) {
8937
8936
  sessionStorage.setItem("domain", value);
8938
8937
  } else {