Skip to content

Commit

Permalink
Update VcIssuer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp authored Jan 11, 2024
1 parent f6371b6 commit b940e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/issuer/lib/VcIssuer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ export class VcIssuer<DIDDoc extends object> {
if (kid) {
credential.cnf = {
kid
}
} else if (jwk) {
credential.cnf = {
jwk,
Expand Down

0 comments on commit b940e5d

Please sign in to comment.