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.
- package/dist/bt-core-app.js +2 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -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