Skip to content

Commit

Permalink
Added Image for proof request
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarkhole4 committed Jul 11, 2024
1 parent 7405399 commit c81cef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/verification/src/verification.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ export class VerificationService {
if (ProofRequestType.INDY === type) {
updateOutOfBandRequestProof.protocolVersion = updateOutOfBandRequestProof.protocolVersion || 'v1';
updateOutOfBandRequestProof.invitationDid = invitationDid || undefined;
updateOutOfBandRequestProof.imageUrl = getOrganization?.logoUrl || undefined;
payload = {
orgId: user.orgId,
url,
Expand All @@ -381,6 +382,7 @@ export class VerificationService {
protocolVersion:outOfBandRequestProof.protocolVersion || 'v2',
comment:outOfBandRequestProof.comment,
label,
imageUrl: outOfBandRequestProof?.imageUrl,
proofFormats: {
presentationExchange: {
presentationDefinition: {
Expand Down

0 comments on commit c81cef5

Please sign in to comment.