Skip to content

Commit

Permalink
Merge pull request #488 from tw-mosip/injiweb-762-update-error-descri…
Browse files Browse the repository at this point in the history
…ption

[INJWEB-762]&[INJIWEB-910] : add the credential expiry times disclaimer in the PDF
  • Loading branch information
vijay151096 authored Oct 16, 2024
2 parents 367cbaf + 5ebae0b commit 9c8e2b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ mosip.inji.ovp.redirect.url.pattern=%s#vp_token=%s&presentation_submission=%s
mosip.inji.ovp.error.redirect.url.pattern=%s?error=%s&error_description=%s

#DataShare Config
mosip.data.share.url=http://injiweb.datashare-inji
mosip.data.share.url=https://datashare-inji.dev1.mosip.net
mosip.data.share.create.url=${mosip.data.share.url}/v1/datashare/create/static-policyid/static-subscriberid
mosip.data.share.create.retry.count=3
mosip.data.share.get.url.pattern=http://datashare.datashare/v1/datashare/get/static-policyid/static-subscriberid/*
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/templates/credential-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
</div>
</div>
<img src="data:image/png;base64,$qrCodeImage" alt="QR Code"/>
<div style="display: flex; width: 100%; padding: 8px; border-radius: 8px; border: 2px solid #f6dfbe; background-color: #FFF7E5; margin: 32px 0;">
<div style="padding: 0 16px; text-align: center; color: #8B6105; font-size: 12px;">This credential can be verified a total of $credentialValidity times by authorized verifiers.</div>
</div>
</div>
</body>
</html>

0 comments on commit 9c8e2b6

Please sign in to comment.