Skip to content

Commit

Permalink
Merge branch 'sdjwt-vcdm' into sdjwt-vcdm-render-svg
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatrakazas committed Oct 8, 2024
2 parents cab3e5e + 46da21c commit 438e40b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class EdiplomasBlueprintSdJwtVCDM implements VCDMSupportedCredentialProto

const credentialView: CredentialView = {
credential_id: diplomaEntry.certificateId,
deferredFlow: false,
credential_image: "",
credential_supported_object: this.exportCredentialSupportedObject(),
view: {
rows: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class EHICSupportedCredentialSdJwtVCDM implements VCDMSupportedCredential
credential_id: this.getId(),
credential_supported_object: this.exportCredentialSupportedObject(),
view: rowsObject,
deferredFlow: false,
credential_image: "",
}
})
return credentialViews[0];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class VIDSupportedCredentialSdJwtVCDM implements VCDMSupportedCredentialP
credential_id: this.getId(),
credential_supported_object: this.exportCredentialSupportedObject(),
view: rowsObject,
deferredFlow: false,
credential_image: ""
}
})
return credentialViews[0];
Expand Down

0 comments on commit 438e40b

Please sign in to comment.