Skip to content

Commit bd7447c

Browse files
committed
WIP
1 parent 70866d7 commit bd7447c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Controllers/VerifiableCredentials/CredentialIssuerCredentialController.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ public function credential(Request $request): Response
117117

118118
return $this->routes->newJsonResponse(
119119
[
120-
"error" => "unsupported_credential_format",
120+
'credentials' => [
121+
['credential' => $verifiableCredential->getToken()],
122+
]
121123
],
122-
400,
123124
);
124125
}
125126
}

0 commit comments

Comments
 (0)