digitalcredentials / web-verifier-plus

VerifierPlus allows users to verify any supported digital academic credential

Home Page:https://verifierplus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VerifierPlus does not report if a did is not found in a registry

bmuramatsu opened this issue · comments

if (!registries.issuerDid.isInRegistry(issuerDid)) {
throw new Error(CredentialErrorTypes.DidNotInRegistry);

  if (!registries.issuerDid.isInRegistry(issuerDid)) {
    throw new Error(CredentialErrorTypes.DidNotInRegistry);
  }

Instead of showing an error the UI is stuck at "Verifying..."

@jchartrand tracked this down while researching #52

This issue is resolved with the fix from #52

@lautom36 ignore the comment that was here. Misread your comment above about #52

Going to close this because we are changing how we search the registries related to issue: #3