@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.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -339,6 +339,7 @@ var AuthProvider = ({ children }) => {
|
|
|
339
339
|
localStorage.removeItem("token");
|
|
340
340
|
delete api_default.defaults.headers.common["Authorization"];
|
|
341
341
|
setUser(null);
|
|
342
|
+
setNeedsOnboarding(false);
|
|
342
343
|
setIsLoading(false);
|
|
343
344
|
}
|
|
344
345
|
}, []);
|
|
@@ -5428,3 +5429,4 @@ var isTenantAuthenticated = () => {
|
|
|
5428
5429
|
validateThemeAccessibility,
|
|
5429
5430
|
withNotifications
|
|
5430
5431
|
});
|
|
5432
|
+
//# sourceMappingURL=index.js.map
|