Skip to content

Commit

Permalink
add chain type to useAuthErrorHandling
Browse files Browse the repository at this point in the history
  • Loading branch information
shan57blocks committed Nov 12, 2024
1 parent 2f8c02b commit e2e6a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function PersonaEvaluation({
setError: setAuthError,
isWalletOwnershipVerified,
isWalletOwnershipVerificationRequired,
} = useAuthErrorHandling(isDev)
} = useAuthErrorHandling(isDev, chainType)
const KYCCopies = poolInfo.KYC!.Persona!
const [loadingType, setLoadingType] = useState<LoadingType>()
const [kycCopy, setKYCCopy] = useState<KYCCopy>(KYCCopies.verifyIdentity)
Expand Down

0 comments on commit e2e6a28

Please sign in to comment.