@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.
package/dist/index.js CHANGED
@@ -5672,7 +5672,7 @@ function PersonaEvaluation(_ref) {
5672
5672
  if (verificationStatus !== null && verificationStatus !== void 0 && verificationStatus.status && [IdentityVerificationStatusV2.CREATED, IdentityVerificationStatusV2.PENDING].includes(verificationStatus.status)) {
5673
5673
  checkVerificationStatus();
5674
5674
  }
5675
- }, 10 * 1000);
5675
+ }, 3 * 1000);
5676
5676
  // eslint-disable-next-line consistent-return
5677
5677
  return () => clearInterval(interval);
5678
5678
  }, [checkVerificationStatus, verificationStatus === null || verificationStatus === void 0 ? void 0 : verificationStatus.status]);