Skip to content

Commit

Permalink
refactor: update HolderInquirer to use issuerSignedNamespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Auer <[email protected]>
  • Loading branch information
auer-martin committed Oct 16, 2024
1 parent 65acce7 commit f08fa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-openid/src/HolderInquirer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class HolderInquirer extends BaseInquirer {
console.log('')
} else if (credential.type === 'MdocRecord') {
console.log(greenText(`MdocRecord`, true))
const namespaces = Mdoc.fromBase64Url(credential.base64Url).namespaces
const namespaces = Mdoc.fromBase64Url(credential.base64Url).issuerSignedNamespaces
console.log(JSON.stringify(namespaces, null, 2))
console.log('')
} else {
Expand Down

0 comments on commit f08fa37

Please sign in to comment.