@next-core/brick-kit 2.155.2 → 2.155.4

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