mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Minor fix
This commit is contained in:
parent
443e1f3a5a
commit
fc66e8fce4
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ const verify = async (uri, fingerprint, opts) => {
|
|||
} else {
|
||||
proofData = await serviceproviders.proxyRequestHandler(spData)
|
||||
}
|
||||
|
||||
if (proofData) {
|
||||
claimVerificationResult = claimVerification.run(proofData, spData)
|
||||
|
||||
|
|
Loading…
Reference in a new issue