bt-core-app 1.4.398 → 1.4.399

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.
@@ -9500,12 +9500,12 @@ function Yx(e) {
9500
9500
  const t = "isInDemoMode", n = localStorage.getItem(t), a = O((e == null ? void 0 : e.startInDemo) == !0 || n == "true"), l = (e == null ? void 0 : e.apis) ?? [];
9501
9501
  function r() {
9502
9502
  var v;
9503
- ((v = e == null ? void 0 : e.auth) == null ? void 0 : v.isLoggedIn.value) == !0 && (e == null || e.auth.logout("/")), (e == null ? void 0 : e.getAuthToken) != null && e.auth != null && e.auth.setAuth(Fw(e.getAuthToken())), a.value = !0, localStorage.setItem(t, "true");
9503
+ ((v = e == null ? void 0 : e.auth) == null ? void 0 : v.isLoggedIn.value) == !0 && (e == null || e.auth.logout("/")), (e == null ? void 0 : e.getAuthToken) != null && e.auth != null && e.auth.setAuth(Fw(e.getAuthToken())), a.value = !0, localStorage.setItem(t, "true"), window.location.href = location.href;
9504
9504
  }
9505
9505
  function i() {
9506
9506
  a.value = !1;
9507
9507
  const v = V0();
9508
- v && v._s.forEach((m) => m.$reset()), localStorage.setItem(t, "false");
9508
+ v && v._s.forEach((m) => m.$reset()), localStorage.setItem(t, "false"), window.location.href = location.href;
9509
9509
  }
9510
9510
  function o(v) {
9511
9511
  let m;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.398",
3
+ "version": "1.4.399",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {