@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.js
CHANGED
|
@@ -1660,6 +1660,7 @@ function SignIn({ onError, ...uiProps }) {
|
|
|
1660
1660
|
finalUrl.searchParams.set("name", user.name);
|
|
1661
1661
|
console.log("[SignIn] \u{1F504} About to redirect to:", finalUrl.toString());
|
|
1662
1662
|
console.log("[SignIn] \u26A0\uFE0F REDIRECT BLOCKED FOR DEBUGGING");
|
|
1663
|
+
window.location.href = finalUrl.toString();
|
|
1663
1664
|
}
|
|
1664
1665
|
} catch (err) {
|
|
1665
1666
|
const errorMessage = err instanceof Error ? err.message : "Sign in failed";
|