bt-core-app 1.4.266 → 1.4.267
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 +1 -0
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -7956,6 +7956,7 @@ function Mb(e) {
|
|
|
7956
7956
|
n.value = Math.random().toString(36).substring(4, 19) + Math.random().toString(12).substring(1, 11), localStorage.setItem(bd, n.value);
|
|
7957
7957
|
}
|
|
7958
7958
|
const r = Kg("auth-credentials", {});
|
|
7959
|
+
e.menu != null && (e.menu.currentView.value = r.value.subscriptionCode);
|
|
7959
7960
|
function l(b) {
|
|
7960
7961
|
if (b == null)
|
|
7961
7962
|
return !0;
|
package/package.json
CHANGED