fix now vcredential is a list

This commit is contained in:
Cayo Puigdefabregas 2023-12-14 10:19:39 +01:00
parent a33613b21d
commit 69d1873da4
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class AllowCodeOidc4vpView(GenericMixin):
}
data = json.dumps({
"type": "VerificationRequest",
"jwtCredential": vcredential
"jwtCredential": vcredential[0]
})
result = requests.post(
WALLET_INX_EBSI_PLUGIN_URL,