@steedos/webapp 3.0.4-beta.9 → 3.0.4

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.
@@ -1,4 +1,4 @@
1
- import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-BNGqBGBL.js";
1
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-DXe8lj55.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -34672,7 +34672,7 @@ const LoggedIn = ({ children }) => {
34672
34672
  window.location.origin
34673
34673
  );
34674
34674
  if (!currentUser) {
34675
- navigate("/login?redirect_to=" + encodeURIComponent(window.location.pathname));
34675
+ navigate("/login?redirect_uri=" + encodeURIComponent(window.location.pathname));
34676
34676
  return;
34677
34677
  }
34678
34678
  if (!currentSpaceId2) {
@@ -49222,7 +49222,7 @@ class Signup extends React$1.Component {
49222
49222
  return this.props.navigate("/verify/mobile");
49223
49223
  }
49224
49224
  const query = new URLSearchParams(this.props.location.search);
49225
- const redirectTo = query.get("redirect_to");
49225
+ const redirectTo = query.get("redirect_uri");
49226
49226
  if (redirectTo && redirectTo.match(/^\/([^/]|$)/)) {
49227
49227
  this.props.navigate(redirectTo);
49228
49228
  } else {
@@ -81109,7 +81109,7 @@ if (typeof ActiveXObject === "function") {
81109
81109
  if (typeof fetchApi !== "function") fetchApi = void 0;
81110
81110
  if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
81111
81111
  try {
81112
- __vitePreload(() => import("./browser-ponyfill-0Q03cvbK.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81112
+ __vitePreload(() => import("./browser-ponyfill-CG922cba.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81113
81113
  fetchApi = mod.default;
81114
81114
  }).catch(function() {
81115
81115
  });
package/dist/index.html CHANGED
@@ -66,7 +66,7 @@
66
66
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
67
67
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
68
68
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
69
- <script type="module" crossorigin src="/assets/index-BNGqBGBL.js"></script>
69
+ <script type="module" crossorigin src="/assets/index-DXe8lj55.js"></script>
70
70
  <link rel="stylesheet" crossorigin href="/assets/index-BWGFzjMX.css">
71
71
  </head>
72
72
  <body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/webapp",
3
- "version": "3.0.4-beta.9",
3
+ "version": "3.0.4",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -74,7 +74,7 @@
74
74
  "access": "public"
75
75
  },
76
76
  "repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
77
- "gitHead": "b8e753fd6aefb7dd3dd6d445e84415b72fc1f8e7",
77
+ "gitHead": "1109077762ca63175d4bd3aa7ea40b854784acb5",
78
78
  "dependencies": {
79
79
  "@steedos-widgets/amis-object": "^6.10.33"
80
80
  }