Update JWTVerify.mjs

This commit is contained in:
aussieklutz
2021-02-06 18:35:46 +10:00
committed by GitHub
parent 1bcb8e433d
commit d5a0adea0c
+1 -1
View File
@@ -27,7 +27,7 @@ class JWTVerify extends Operation {
this.outputType = "JSON";
this.args = [
{
name: "Private/Secret Key",
name: "Public/Secret Key",
type: "text",
value: "secret"
},