@eui/base 13.1.21 → 13.1.22-snapshot-1677687339188

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.
@@ -882,6 +882,8 @@
882
882
  });
883
883
  }
884
884
  } else {
885
+ localStorage.setItem(OpenIdConnect.SESSION_STORAGE_KEY_ORIGINAL_URL, window.top.location.href);
886
+
885
887
  // Automatically add the return URL:
886
888
  if (redirectUrl.indexOf(OpenIdConnect.REQUEST_PARAMETER_DEVELOPMENT_URL) < 0) {
887
889
  redirectUrl = redirectUrl + (redirectUrl.indexOf("?") >= 0 ? "&" : "?") + OpenIdConnect.REQUEST_PARAMETER_DEVELOPMENT_URL + "=" + encodeURIComponent(window.top.location.href);