Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed Sep 11, 2023
1 parent 7c02d0e commit 6e1e643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/OpenidForPresentationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export class OpenidForPresentationService implements OutboundCommunication {

const directPostPayload = {
vp_token: vp_token,
presentation_submission: JSON.stringify(presentationSubmission),
presentation_submission: presentationSubmission,
state: state
};
const { newLocation } = await axios.post(redirect_uri, qs.stringify(directPostPayload), {
Expand Down

0 comments on commit 6e1e643

Please sign in to comment.