Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed Jan 14, 2025
1 parent 239c58c commit 91c6a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/OpenID4VCI/OpenID4VCI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function useOpenID4VCI({ errorCallback }: { errorCallback: (title: string
credentialRequestBuilder.setDpopPrivateKey(privateKey as jose.KeyLike);
credentialRequestBuilder.setDpopPublicKeyJwk(flowState.dpop.dpopPublicKeyJwk);
credentialRequestBuilder.setDpopJti(flowState.dpop.dpopJti);

credentialRequestBuilder.setDpopNonce(response.headers['dpop-nonce']);

await credentialRequestBuilder.setDpopHeader();
Expand Down

0 comments on commit 91c6a11

Please sign in to comment.