@insforge/react 0.6.7 → 0.6.9

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.
@@ -905,7 +905,6 @@ function SignInForm({
905
905
  showVerificationStep = false,
906
906
  onVerifyCode
907
907
  }) {
908
- console.log("\u{1F525} [SignInForm] authConfig", authConfig);
909
908
  return /* @__PURE__ */ jsxs(AuthContainer, { children: [
910
909
  /* @__PURE__ */ jsx(AuthHeader, { title, subtitle }),
911
910
  /* @__PURE__ */ jsx(AuthErrorBanner, { error: error || "" }),