@huma-finance/widgets 0.0.62-beta.721 → 0.0.62-beta.723

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.
@@ -5628,7 +5628,7 @@ function PersonaEvaluation(_ref) {
5628
5628
  setError: setAuthError,
5629
5629
  isWalletOwnershipVerified,
5630
5630
  isWalletOwnershipVerificationRequired
5631
- } = webShared.useAuthErrorHandling(isDev);
5631
+ } = webShared.useAuthErrorHandling(isDev, chainType);
5632
5632
  const KYCCopies = poolInfo.KYC.Persona;
5633
5633
  const [loadingType, setLoadingType] = React.useState();
5634
5634
  const [kycCopy, setKYCCopy] = React.useState(KYCCopies.verifyIdentity);