monkey-front-core 0.0.320 → 0.0.321
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 +4 -1
- package/fesm2015/monkey-front-core.mjs +3 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.321.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.320.tgz +0 -0
|
@@ -2749,6 +2749,9 @@ class MonkeyEcxCommonsService {
|
|
|
2749
2749
|
}
|
|
2750
2750
|
getRole() {
|
|
2751
2751
|
const { __tokenCredentials } = this;
|
|
2752
|
+
console.log('--......');
|
|
2753
|
+
console.log(__tokenCredentials);
|
|
2754
|
+
console.log('--......');
|
|
2752
2755
|
if (!__tokenCredentials)
|
|
2753
2756
|
return '';
|
|
2754
2757
|
if (__tokenCredentials?.programAdmin === 'true') {
|