tnx-shared 5.3.83 → 5.3.84
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/tnx-shared.umd.js +1 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/components/common-app-component/common-app-component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -32910,7 +32910,7 @@
|
|
|
32910
32910
|
this._entityMetadataService.setupSyncCacheEntityMetadata();
|
|
32911
32911
|
this._router.config.forEach(function (route) { return _this.addGuard(route); });
|
|
32912
32912
|
checkFirstLogin = this.environment.authenticationSettings.isCheckFirstTimeLogin && this.rootData.currentUser.isFirstLogin;
|
|
32913
|
-
checkExpirationPassword = this.
|
|
32913
|
+
checkExpirationPassword = this.rootData.currentUser.isExpirationPassword;
|
|
32914
32914
|
if (checkFirstLogin || checkExpirationPassword) {
|
|
32915
32915
|
domain = this.environment.clientDomain.appDomain;
|
|
32916
32916
|
subPath = '/user';
|