Skip to content

Commit f4c9788

Browse files
committed
WIP
1 parent bfbc3c0 commit f4c9788

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Controllers/VerifiableCredentials/CredentialIssuerCredentialController.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ public function credential(Request $request): Response
113113

114114
return $this->routes->newJsonResponse(
115115
[
116-
'credentials' => [
117-
['credential' => $verifiableCredential->getToken()],
118-
],
116+
"error" => "unsupported_credential_format",
119117
],
120118
);
121119
}

0 commit comments

Comments
 (0)