Skip to content

Commit

Permalink
chore: set hasher on getOID4VP
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Jan 21, 2025
1 parent 78cc636 commit bd4a614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const siopSendAuthorizationResponse = async (
let presentationsAndDefs: VerifiablePresentationWithDefinition[] | undefined
let presentationSubmission: PresentationSubmission | undefined
if (await session.hasPresentationDefinitions()) {
const oid4vp: OID4VP = await session.getOID4VP({})
const oid4vp: OID4VP = await session.getOID4VP({ hasher: this.hasher })

const credentialsAndDefinitions = args.verifiableCredentialsWithDefinition
? args.verifiableCredentialsWithDefinition
Expand Down

0 comments on commit bd4a614

Please sign in to comment.