@insforge/react 0.7.4-dev.5 → 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 +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2267,6 +2267,7 @@ function SignIn({ onError, ...uiProps }) {
|
|
|
2267
2267
|
finalUrl.searchParams.set("name", user.name);
|
|
2268
2268
|
console.log("[SignIn] \u{1F504} About to redirect to:", finalUrl.toString());
|
|
2269
2269
|
console.log("[SignIn] \u26A0\uFE0F REDIRECT BLOCKED FOR DEBUGGING");
|
|
2270
|
+
window.location.href = finalUrl.toString();
|
|
2270
2271
|
}
|
|
2271
2272
|
} catch (err) {
|
|
2272
2273
|
const errorMessage = err instanceof Error ? err.message : "Sign in failed";
|