@next-core/brick-kit 2.156.6 → 2.156.7
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.esm.js
CHANGED
|
@@ -9280,8 +9280,8 @@ class Kernel {
|
|
|
9280
9280
|
_this2.loadingBar = new BaseBar(_this2, "loadingBar");
|
|
9281
9281
|
_this2.router = new Router(_this2);
|
|
9282
9282
|
initAnalytics();
|
|
9283
|
-
yield _this2.router.bootstrap();
|
|
9284
9283
|
_this2.originFaviconHref = (_document$querySelect = document.querySelector("link[rel='shortcut icon']")) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.href;
|
|
9284
|
+
yield _this2.router.bootstrap();
|
|
9285
9285
|
|
|
9286
9286
|
if (!window.STANDALONE_MICRO_APPS) {
|
|
9287
9287
|
_this2.legacyAuthGuard();
|