@antscorp/antsomi-ui 1.3.5-beta.451 → 1.3.5-beta.452

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.
@@ -225,7 +225,8 @@ export const AccountSharing = props => {
225
225
  if (callbackLogout)
226
226
  callbackLogout();
227
227
  setTimeout(() => {
228
- window.location.href = urlLogout;
228
+ // window.location.href = urlLogout;
229
+ window.location.reload();
229
230
  }, 300);
230
231
  };
231
232
  function urlDomain(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.451",
3
+ "version": "1.3.5-beta.452",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",