Skip to content

Commit 2725b3d

Browse files
committed
WIP
1 parent bd7447c commit 2725b3d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/Controllers/VerifiableCredentials/CredentialIssuerCredentialController.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,12 @@ public function credential(Request $request): Response
116116
],);
117117

118118
return $this->routes->newJsonResponse(
119-
[
120-
'credentials' => [
121-
['credential' => $verifiableCredential->getToken()],
122-
]
123-
],
119+
['credential' => $verifiableCredential->getToken()],
120+
// [
121+
// 'credentials' => [
122+
// ['credential' => $verifiableCredential->getToken()],
123+
// ]
124+
// ],
124125
);
125126
}
126127
}

0 commit comments

Comments
 (0)