mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Variable name change
This commit is contained in:
parent
2781ea49e6
commit
7be3c27397
1 changed files with 2 additions and 2 deletions
|
@ -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