@sumaris-net/ngx-components 21.0.0-rc23 → 21.0.0-rc24

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.
@@ -50254,12 +50254,12 @@ class UsersPage extends AppTable {
50254
50254
  this.setShowColumn('usernameExtranet', true, { emitEvent: false });
50255
50255
  break;
50256
50256
  case 'basic-and-token':
50257
- this.setShowColumn('pubkey', true, { emitEvent: false });
50257
+ this.setShowColumn('pubkey', !this.inModal, { emitEvent: false });
50258
50258
  this.setShowColumn('username', true, { emitEvent: false });
50259
50259
  this.setShowColumn('usernameExtranet', true, { emitEvent: false });
50260
50260
  break;
50261
50261
  case 'token':
50262
- this.setShowColumn('pubkey', true, { emitEvent: false });
50262
+ this.setShowColumn('pubkey', !this.inModal, { emitEvent: false });
50263
50263
  this.setShowColumn('username', false, { emitEvent: false });
50264
50264
  this.setShowColumn('usernameExtranet', false, { emitEvent: false });
50265
50265
  }