@vendure/admin-ui 1.9.1 → 1.9.3
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/bundles/vendure-admin-ui-core.umd.js +6 -1
- package/bundles/vendure-admin-ui-core.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-settings.umd.js +1 -1
- package/core/common/version.d.ts +1 -1
- package/core/vendure-admin-ui-core.metadata.json +1 -1
- package/esm2015/core/common/version.js +2 -2
- package/esm2015/core/components/main-nav/main-nav.component.js +1 -1
- package/esm2015/core/data/providers/interceptor.js +6 -1
- package/esm2015/settings/components/admin-detail/admin-detail.component.js +1 -1
- package/fesm2015/vendure-admin-ui-core.js +6 -1
- package/fesm2015/vendure-admin-ui-core.js.map +1 -1
- package/fesm2015/vendure-admin-ui-settings.js +1 -1
- package/package.json +2 -2
- package/settings/vendure-admin-ui-settings.metadata.json +1 -1
|
@@ -6199,6 +6199,11 @@
|
|
|
6199
6199
|
if (firstCode === 'FORBIDDEN') {
|
|
6200
6200
|
this.authService.logOut().subscribe(function () {
|
|
6201
6201
|
var _d;
|
|
6202
|
+
var loginUrl = getAppConfig().loginUrl;
|
|
6203
|
+
if (loginUrl) {
|
|
6204
|
+
window.location.href = loginUrl;
|
|
6205
|
+
return;
|
|
6206
|
+
}
|
|
6202
6207
|
if (!window.location.pathname.includes('login')) {
|
|
6203
6208
|
var path = graqhQLErrors_1[0].path.join(' > ');
|
|
6204
6209
|
_this.displayErrorNotification(ngxTranslateExtractMarker.marker("error.403-forbidden"), { path: path });
|
|
@@ -16092,7 +16097,7 @@
|
|
|
16092
16097
|
}
|
|
16093
16098
|
|
|
16094
16099
|
// Auto-generated by the set-version.js script.
|
|
16095
|
-
var ADMIN_UI_VERSION = '1.9.
|
|
16100
|
+
var ADMIN_UI_VERSION = '1.9.3';
|
|
16096
16101
|
|
|
16097
16102
|
/**
|
|
16098
16103
|
* @description
|