Skip to content

Commit

Permalink
fix: demo returns credential by value, not by reference
Browse files Browse the repository at this point in the history
Signed-off-by: Athan Massouras <[email protected]>
  • Loading branch information
Athan Massouras committed Feb 16, 2025
1 parent 55490f9 commit d33e8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oid4vc/demo/frontend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ async function issue_jwt_credential(req, res) {


// Get Credential Offer information
const credentialOfferUrl = `${API_BASE_URL}/oid4vci/credential-offer-by-ref`;
const credentialOfferUrl = `${API_BASE_URL}/oid4vci/credential-offer`;
const queryParams = {
user_pin_required: false,
exchange_id: exchangeId,
Expand Down

0 comments on commit d33e8fb

Please sign in to comment.