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