diff --git a/frontend/src/components/PresentationRequest.vue b/frontend/src/components/PresentationRequest.vue index 44a0fa2..ad21b78 100644 --- a/frontend/src/components/PresentationRequest.vue +++ b/frontend/src/components/PresentationRequest.vue @@ -114,9 +114,10 @@ export default { ] } if (this.credentialTypes === undefined) { - getInputDescriptor([]) - } - else if (this.composeTypesWithOr) { + definition.input_descriptors.push( + getInputDescriptor("") + ); + } else if (this.composeTypesWithOr) { definition.input_descriptors.push( getInputDescriptor(this.credentialTypes.join("|")) );