@insforge/react 1.0.2-dev.16 → 1.0.2-dev.17
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 +1 -0
- package/dist/components.cjs.map +1 -1
- package/dist/components.js +1 -0
- package/dist/components.js.map +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -3636,6 +3636,7 @@ function SignIn({ onError, ...uiProps }) {
|
|
|
3636
3636
|
setError("");
|
|
3637
3637
|
try {
|
|
3638
3638
|
const result = await signIn(email, password);
|
|
3639
|
+
console.log("result", result);
|
|
3639
3640
|
if ("error" in result) {
|
|
3640
3641
|
if (result.statusCode === 403) {
|
|
3641
3642
|
setStep("awaiting-verification");
|