@propknot/shared-ui 1.0.12 → 1.0.15

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.mjs CHANGED
@@ -274,6 +274,7 @@ var AuthProvider = ({ children }) => {
274
274
  localStorage.removeItem("token");
275
275
  delete api_default.defaults.headers.common["Authorization"];
276
276
  setUser(null);
277
+ setNeedsOnboarding(false);
277
278
  setIsLoading(false);
278
279
  }
279
280
  }, []);
@@ -5442,3 +5443,4 @@ export {
5442
5443
  validateThemeAccessibility,
5443
5444
  withNotifications
5444
5445
  };
5446
+ //# sourceMappingURL=index.mjs.map