Skip to content

Commit

Permalink
fix: schema url in qrcodes
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit committed Jul 28, 2024
1 parent aabb054 commit 9147e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/CredentialDetailsW3C.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const CredentialDetailsW3C: React.FC<CredentialDetailsProps> = ({ navigation, ro

const dataToEncrypt = JSON.stringify({
email: certificateAttributes['email'] ?? 'email',
schemaUrl: w3cCredential?.credential.type[1],
schemaUrl: w3cCredential?.credential.contexts[1],
})

// eslint-disable-next-line import/namespace
Expand Down

0 comments on commit 9147e19

Please sign in to comment.