Argument naming consistency

'JWT Sign' uses 'Signing algorithm' as oppose to 'Algorithm'
This commit is contained in:
Michael Rowley 2021-12-30 21:04:02 +00:00
parent 53a7debf9a
commit e5497fcd5a

View file

@ -35,7 +35,7 @@ class JWTVerify extends Operation {
value: "secret"
},
{
name: "Algorithm",
name: "Signing algorithm",
type: "option",
value: algOptions
}