tnx-shared 5.3.384 → 5.3.385
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/services/core-config.service.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -29870,7 +29870,7 @@
|
|
|
29870
29870
|
scope: scope,
|
|
29871
29871
|
showDebugInformation: false,
|
|
29872
29872
|
requestAccessToken: true,
|
|
29873
|
-
useSilentRefresh:
|
|
29873
|
+
useSilentRefresh: !!this.environment.authenticationSettings.enableSilentRefresh,
|
|
29874
29874
|
clearHashAfterLogin: true,
|
|
29875
29875
|
timeoutFactor: 0.5,
|
|
29876
29876
|
sessionCheckIntervall: 1 * 60 * 1000
|