@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/index.js CHANGED
@@ -638,6 +638,7 @@ var InsforgeManager = class _InsforgeManager {
638
638
  email,
639
639
  password
640
640
  });
641
+ console.log("sdkResult", sdkResult);
641
642
  if (sdkResult.data) {
642
643
  await this.handleAuthSuccess(
643
644
  sdkResult.data.accessToken || "",
@@ -4144,6 +4145,7 @@ function SignIn({ onError, ...uiProps }) {
4144
4145
  setError("");
4145
4146
  try {
4146
4147
  const result = await signIn(email, password);
4148
+ console.log("result", result);
4147
4149
  if ("error" in result) {
4148
4150
  if (result.statusCode === 403) {
4149
4151
  setStep("awaiting-verification");