From 8f26399e3d0a84c2af04fad54adf2095c3ed89d9 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Fri, 15 Dec 2023 12:22:49 -0500 Subject: [PATCH] Fix example for SD-JWT. Co-authored-by: Orie Steele --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 60e7b87c2..4e8477eac 100644 --- a/index.html +++ b/index.html @@ -2362,7 +2362,7 @@

Enveloped Verifiable Credentials

"type": ["VerifiablePresentation", "ExamplePresentation"], "verifiableCredential": [{ "@context": "https://www.w3.org/ns/credentials/v2", - "id": "data:application/vc+ld+json+sd-jwt;base64,QzVjV...RMjUK==", + "id": "data:application/vc+ld+json+sd-jwt;QzVjV...RMjU", "type": "EnvelopedVerifiableCredential" }] }