mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 07:45:00 -04:00
Argument naming consistency
'JWT Sign' uses 'Signing algorithm' as oppose to 'Algorithm'
This commit is contained in:
parent
53a7debf9a
commit
e5497fcd5a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class JWTVerify extends Operation {
|
||||||
value: "secret"
|
value: "secret"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Algorithm",
|
name: "Signing algorithm",
|
||||||
type: "option",
|
type: "option",
|
||||||
value: algOptions
|
value: algOptions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue