@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.
@@ -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";