@wacht/jsx 0.0.1-alpha.19 → 0.0.1-alpha.20
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1219,7 +1219,7 @@ const Je = () => {
|
|
|
1219
1219
|
if (!t) return;
|
|
1220
1220
|
const c = g || window.location.href, p = new URLSearchParams();
|
|
1221
1221
|
p.set("redirect_uri", c), (t == null ? void 0 : t.mode) === "staging" && p.set("dev_session", localStorage.getItem("__dev_session__") ?? ""), n(
|
|
1222
|
-
|
|
1222
|
+
`https://${t.frontend_host}?${p.toString()}`,
|
|
1223
1223
|
{ replace: !0 }
|
|
1224
1224
|
);
|
|
1225
1225
|
},
|