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.
@@ -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') {