xydata-tools 1.0.38 → 1.0.39

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.
@@ -111,6 +111,7 @@ var BothSecurityLayout = function BothSecurityLayout(props) {
111
111
  });
112
112
  };
113
113
  var fetchSSO = function fetchSSO() {
114
+ setSessionStorage("r", window.location.href);
114
115
  fetch("/auth/sso", {
115
116
  headers: {
116
117
  SID: SID,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xydata-tools",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "xydata tools",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",