@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.
@@ -9279,8 +9279,8 @@
9279
9279
  _this2.loadingBar = new BaseBar(_this2, "loadingBar");
9280
9280
  _this2.router = new Router(_this2);
9281
9281
  initAnalytics();
9282
- yield _this2.router.bootstrap();
9283
9282
  _this2.originFaviconHref = (_document$querySelect = document.querySelector("link[rel='shortcut icon']")) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.href;
9283
+ yield _this2.router.bootstrap();
9284
9284
 
9285
9285
  if (!window.STANDALONE_MICRO_APPS) {
9286
9286
  _this2.legacyAuthGuard();