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