monkey-front-core 0.0.323 → 0.0.324
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/commons/monkeyecx-commons.service.mjs +1 -3
- package/fesm2015/monkey-front-core.mjs +0 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +0 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.324.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.323.tgz +0 -0
|
@@ -2898,8 +2898,6 @@ class MonkeyEcxCommonsService {
|
|
|
2898
2898
|
this.flagValidator = true;
|
|
2899
2899
|
if (this.tokenStorage) {
|
|
2900
2900
|
this.__tokenCredentials = await this.tokenStorage.getToken();
|
|
2901
|
-
console.log('this.__tokenCredentials');
|
|
2902
|
-
console.log(this.__tokenCredentials);
|
|
2903
2901
|
}
|
|
2904
2902
|
const pend = this.allowedSecurityAccessByPendency(otherArgs?.pendency);
|
|
2905
2903
|
const allowedByProgram = this.allowedSecurityAccessByFeature(otherArgs?.featureByProgram);
|