@machinemetrics/mm-react-tools 4.7.1-22 → 4.7.1-23

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.
@@ -22965,8 +22965,8 @@ const cl = zo.createContext(), DD = () => {
22965
22965
  }
22966
22966
  }, []), t ? /* @__PURE__ */ zt(cb, { loadError: t }) : r ? /* @__PURE__ */ zt(cb, {}) : /* @__PURE__ */ zt(Zd, {});
22967
22967
  };
22968
- console.log("[mm-react-tools] v4.7.1-22");
22969
- window.location.pathname === "/authorize/mm/popup-start" && (window.localStorage.setItem("mm-auth-popup", "true"), window.history.replaceState(null, "", "/"));
22968
+ console.log("[mm-react-tools] v4.7.1-23");
22969
+ window.location.pathname === "/authorize/mm/popup-start" && (window.localStorage.setItem("mm-auth-popup", "true"), window.localStorage.removeItem("mm-auth-access-token"), window.history.replaceState(null, "", "/"));
22970
22970
  function qD() {
22971
22971
  try {
22972
22972
  const r = window !== window.top, e = window.location.hostname, t = e.endsWith("machinemetrics.com"), n = r && !t;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machinemetrics/mm-react-tools",
3
- "version": "4.7.1-22",
3
+ "version": "4.7.1-23",
4
4
  "description": "Components, hooks, and helper functions for writing React apps using MachineMetrics APIs.",
5
5
  "author": "machinemetrics",
6
6
  "license": "MIT",