@huma-finance/widgets 0.0.62-beta.584 → 0.0.62-beta.585

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.
@@ -5713,7 +5713,7 @@ function PersonaEvaluation(_ref) {
5713
5713
  if (verificationStatus !== null && verificationStatus !== void 0 && verificationStatus.status && [shared.IdentityVerificationStatusV2.CREATED, shared.IdentityVerificationStatusV2.PENDING].includes(verificationStatus.status)) {
5714
5714
  checkVerificationStatus();
5715
5715
  }
5716
- }, 10 * 1000);
5716
+ }, 3 * 1000);
5717
5717
  // eslint-disable-next-line consistent-return
5718
5718
  return () => clearInterval(interval);
5719
5719
  }, [checkVerificationStatus, verificationStatus === null || verificationStatus === void 0 ? void 0 : verificationStatus.status]);