Update JWTVerify.mjs

This commit is contained in:
aussieklutz 2021-02-06 18:35:46 +10:00 committed by GitHub
parent 1bcb8e433d
commit d5a0adea0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"
},