monkey-front-core 0.0.55 → 0.0.56
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/esm2020/lib/core/services/storage/monkeyecx-token-storage.service.mjs +3 -2
- package/fesm2015/monkey-front-core.mjs +2 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.56.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.55.tgz +0 -0
|
@@ -2665,9 +2665,10 @@ class MonkeyEcxTokenStorageService {
|
|
|
2665
2665
|
companyType: '',
|
|
2666
2666
|
programAdmin: false,
|
|
2667
2667
|
programType: '',
|
|
2668
|
+
accessType: '',
|
|
2668
2669
|
role: '',
|
|
2669
2670
|
_clearIgnore: {
|
|
2670
|
-
ignore: ['username', 'program'],
|
|
2671
|
+
ignore: ['username', 'program', 'accessType'],
|
|
2671
2672
|
},
|
|
2672
2673
|
};
|
|
2673
2674
|
this.token$ = new BehaviorSubject(null);
|