mobicloud-core 1.0.245 → 1.0.246

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.
@@ -456,7 +456,7 @@
456
456
  'Access-Control-Allow-Origin': '*',
457
457
  'Authorization': (_a = this.coreService.authorizationHeader) !== null && _a !== void 0 ? _a : ''
458
458
  };
459
- if (this.coreService.hasMasterOrganization()) {
459
+ if (this.coreService.isMasterUserAuthenticated() || this.coreService.hasMasterOrganization()) {
460
460
  strMasterOrganizationId = this.coreService.getMasterOrganization();
461
461
  if (strMasterOrganizationId) {
462
462
  headerVal['OrganizationId'] = strMasterOrganizationId;
@@ -514,7 +514,7 @@
514
514
  if ((_a = this.coreService) === null || _a === void 0 ? void 0 : _a.hasMasterOrganization()) {
515
515
  var strMasterOrganizationId = (_b = this.coreService) === null || _b === void 0 ? void 0 : _b.getMasterOrganization();
516
516
  managedOrgParm = "?managedOrg=" + strMasterOrganizationId;
517
- console.log("master org", strMasterOrganizationId);
517
+ console.log("SignalR Master organization", strMasterOrganizationId);
518
518
  }
519
519
  var connection = new signalR__namespace.HubConnectionBuilder()
520
520
  .withUrl("" + (this === null || this === void 0 ? void 0 : this.coreService.configService.getApiSiteUrl()) + name + managedOrgParm, {