Skip to content

Commit 321fbcf

Browse files
committed
Removing unused 'passwd' parameter.
1 parent 42b660f commit 321fbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jwt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ window.verify = function (algorithm, value, key, isSecretBase64Encoded) {
121121
}
122122

123123
try {
124-
result = KJUR.jws.JWS.verify(value, key, 'passwd');
124+
result = KJUR.jws.JWS.verify(value, key);
125125
} catch (e) {
126126
error = e;
127127
}

0 commit comments

Comments
 (0)