monkey-front-core 0.0.327 → 0.0.328

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.
@@ -3827,6 +3827,8 @@ class MonkeyEcxSecurityDirective {
3827
3827
  handleAccess() {
3828
3828
  const { roles, byExclusion } = this;
3829
3829
  let display = 'none';
3830
+ console.log('this.tokenCredentials');
3831
+ console.log(this.tokenCredentials);
3830
3832
  const found = roles?.indexOf(this.getRole());
3831
3833
  if (byExclusion) {
3832
3834
  display = 'block';