Skip to content

Commit

Permalink
Using default array of transformations when none is passed in the opt…
Browse files Browse the repository at this point in the history
…ions (#473)
  • Loading branch information
stjeffrey authored Apr 10, 2022
1 parent 9ed5af5 commit 93df0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const libSaml = () => {
if (referenceTagXPath) {
sig.addReference(
referenceTagXPath,
opts.transformationAlgorithms,
transformationAlgorithms,
getDigestMethod(signatureAlgorithm)
);
}
Expand Down

0 comments on commit 93df0ca

Please sign in to comment.