From 103ceea38d06445f08f97035d15269e20c34564a Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 16 Apr 2024 15:12:12 -0400 Subject: [PATCH] Fix bug in returnPresentation example. --- components/VerifyPresentationOptions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/VerifyPresentationOptions.yml b/components/VerifyPresentationOptions.yml index 7cfeb07..b8ad951 100644 --- a/components/VerifyPresentationOptions.yml +++ b/components/VerifyPresentationOptions.yml @@ -30,5 +30,5 @@ components: { "domain": "example.com", "challenge": "d436f0c8-fbd9-4e48-bbb2-55fc5d0920a8", - "returnCredential": true + "returnPresentation": true }