@insforge/react 1.0.2-dev.17 → 1.0.2-dev.18
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/index.cjs +4 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/components.cjs
CHANGED
|
@@ -3657,7 +3657,6 @@ function SignIn({ onError, ...uiProps }) {
|
|
|
3657
3657
|
setError("");
|
|
3658
3658
|
try {
|
|
3659
3659
|
const result = await signIn(email, password);
|
|
3660
|
-
console.log("result", result);
|
|
3661
3660
|
if ("error" in result) {
|
|
3662
3661
|
if (result.statusCode === 403) {
|
|
3663
3662
|
setStep("awaiting-verification");
|