@insforge/react 0.6.7 → 0.6.8

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