@iblai/web-utils 1.10.4 → 1.10.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/index.js CHANGED
@@ -9740,6 +9740,7 @@ function TenantProvider({ children, fallback, onAuthSuccess, onAuthFailure, curr
9740
9740
  return true;
9741
9741
  }
9742
9742
  catch (e) {
9743
+ console.error("[joinAndActivateTenant] error", e);
9743
9744
  if (handleVisitingTenant) {
9744
9745
  saveVisitingTenant === null || saveVisitingTenant === void 0 ? void 0 : saveVisitingTenant(newCurrentTenant);
9745
9746
  }
@@ -9824,6 +9825,7 @@ function TenantProvider({ children, fallback, onAuthSuccess, onAuthFailure, curr
9824
9825
  org: effectiveRequestedTenant,
9825
9826
  platform_name: effectiveRequestedTenant,
9826
9827
  }, { handleVisitingTenant: false });
9828
+ console.log("[determineWhichTenantToUse] joined", joined);
9827
9829
  if (isWeb()) {
9828
9830
  if (!joined) {
9829
9831
  sessionStorage.setItem(guardKey, "1");