@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/components.cjs +0 -1
- package/dist/components.cjs.map +1 -1
- package/dist/components.js +0 -1
- package/dist/components.js.map +1 -1
- package/dist/forms.cjs +0 -1
- package/dist/forms.cjs.map +1 -1
- package/dist/forms.js +0 -1
- package/dist/forms.js.map +1 -1
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 || "" }),
|