@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.
package/dist/index.js CHANGED
@@ -1438,7 +1438,6 @@ function SignInForm({
1438
1438
  showVerificationStep = false,
1439
1439
  onVerifyCode
1440
1440
  }) {
1441
- console.log("\u{1F525} [SignInForm] authConfig", authConfig);
1442
1441
  return /* @__PURE__ */ jsxs(AuthContainer, { children: [
1443
1442
  /* @__PURE__ */ jsx(AuthHeader, { title, subtitle }),
1444
1443
  /* @__PURE__ */ jsx(AuthErrorBanner, { error: error || "" }),