@opexa/portal-sdk 0.57.19 → 0.57.20

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.js CHANGED
@@ -8935,7 +8935,6 @@ var Sdk = class {
8935
8935
  }
8936
8936
  get marketDomain() {
8937
8937
  if (typeof window === "undefined") return null;
8938
- if (Capacitor.isNativePlatform()) return null;
8939
8938
  return sessionStorage.getItem("domain");
8940
8939
  }
8941
8940
  /*