@insforge/react 0.7.4-dev.4 → 0.7.4-dev.6
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/components.cjs +1 -0
- package/dist/components.cjs.map +1 -1
- package/dist/components.js +1 -0
- package/dist/components.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/components.cjs
CHANGED
|
@@ -1666,6 +1666,7 @@ function SignIn({ onError, ...uiProps }) {
|
|
|
1666
1666
|
finalUrl.searchParams.set("name", user.name);
|
|
1667
1667
|
console.log("[SignIn] \u{1F504} About to redirect to:", finalUrl.toString());
|
|
1668
1668
|
console.log("[SignIn] \u26A0\uFE0F REDIRECT BLOCKED FOR DEBUGGING");
|
|
1669
|
+
window.location.href = finalUrl.toString();
|
|
1669
1670
|
}
|
|
1670
1671
|
} catch (err) {
|
|
1671
1672
|
const errorMessage = err instanceof Error ? err.message : "Sign in failed";
|