Skip to content

Commit

Permalink
chore: IATAB2B-57 cnf
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Feb 11, 2025
1 parent 342f440 commit 43356c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/issuer/lib/VcIssuer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,9 @@ export class VcIssuer<DIDDoc extends object> {
credential.cnf = {
kid,
}
} else if (jwk) {
}
// else TODO temp workaround IATAB2B-57
if (jwk) {
credential.cnf = {
jwk,
}
Expand Down

0 comments on commit 43356c3

Please sign in to comment.