Skip to content

Commit e65bbf6

Browse files
committed
WIP
1 parent b9ba594 commit e65bbf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Controllers/VerifiableCredentials/CredentialIssuerCredentialController.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ public function credential(Request $request): Response
101101
],
102102
);
103103

104+
$this->loggerService->debug('response', [
105+
'credentials' => [
106+
'credential' => $verifiableCredential->getToken(),
107+
],
108+
],);
109+
104110
return $this->routes->newJsonResponse(
105111
[
106112
'credentials' => [

0 commit comments

Comments
 (0)