@eo-sdk/client 10.6.6 → 10.6.7

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.
@@ -3894,7 +3894,7 @@ class AuthService {
3894
3894
  active: false
3895
3895
  };
3896
3896
  if (gatewayLogout) {
3897
- window.location.href = this.config.getContextPath() + '/logout?fallbackredir=/' + Utils.getBaseHref();
3897
+ window.location.href = this.config.getContextPath() + '/logout?fallbackredir=' + Utils.getBaseHref();
3898
3898
  }
3899
3899
  this.backend.setAuthProfile(this.profile);
3900
3900
  this.eventService.trigger(EnaioEvent.LOGOUT);