@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.
package/dist/forms.cjs CHANGED
@@ -887,7 +887,6 @@ function SignInForm({
887
887
  showVerificationStep = false,
888
888
  onVerifyCode
889
889
  }) {
890
- console.log("\u{1F525} [SignInForm] authConfig", authConfig);
891
890
  return /* @__PURE__ */ jsxRuntime.jsxs(AuthContainer, { children: [
892
891
  /* @__PURE__ */ jsxRuntime.jsx(AuthHeader, { title, subtitle }),
893
892
  /* @__PURE__ */ jsxRuntime.jsx(AuthErrorBanner, { error: error || "" }),