Skip to content

Commit

Permalink
🎨 linit format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTimuro authored and vbuch committed Feb 22, 2023
1 parent 6f619e0 commit 0776df8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/signpdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ export class SignPdf {
}

// Add a sha256 signer. That's what Adobe.PPKLite adbe.pkcs7.detached expects.
// Note that the authenticatedAttributes order is relevant for correct EU signature validation:
// Note that the authenticatedAttributes order is relevant for correct
// EU signature validation:
// https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo/validation
p7.addSigner({
key: privateKey,
Expand Down

0 comments on commit 0776df8

Please sign in to comment.