fix verifiable presentation template

This commit is contained in:
Cayo Puigdefabregas 2024-06-06 13:49:54 +02:00
parent 2720690320
commit 8bae2f1107
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
"@context": [ "@context": [
"https://www.w3.org/2018/credentials/v1" "https://www.w3.org/2018/credentials/v1"
], ],
"id": "http://example.org/presentations/3731", "id": "{{ id }}"",
"type": [ "type": [
"VerifiablePresentation" "VerifiablePresentation"
], ],
"holder": "{{ holder_did }}", "holder": "{{ holder_did }}",
"verifiableCredential": {{ verifiable_credential_list|safe }} "verifiableCredential": {{ verificable_credentials }}
} }