mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-01-10 06:39:27 -07:00
Variable name change
This commit is contained in:
parent
2781ea49e6
commit
7be3c27397
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ const verify = async (uri, fingerprint, opts) => {
|
||||||
} else {
|
} else {
|
||||||
proofData = await serviceproviders.proxyRequestHandler(spData)
|
proofData = await serviceproviders.proxyRequestHandler(spData)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (proofData) {
|
if (proofData) {
|
||||||
claimVerificationResult = claimVerification.run(proofData, spData)
|
claimVerificationResult = claimVerification.run(proofData, spData)
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ const verify = async (uri, fingerprint, opts) => {
|
||||||
return {
|
return {
|
||||||
isVerified: claimVerificationResult.isVerified,
|
isVerified: claimVerificationResult.isVerified,
|
||||||
matchedServiceprovider: spData ? spData.serviceprovider.name : null,
|
matchedServiceprovider: spData ? spData.serviceprovider.name : null,
|
||||||
verificationData: spData
|
serviceproviderData: spData
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue