Change PGP Decrypt password argument to string

This commit is contained in:
toby 2017-03-08 11:56:00 -05:00
parent 213de7a941
commit 728b4ea89d

View file

@ -3174,7 +3174,7 @@ var OperationConfig = {
}, },
{ {
name: "Private key password", name: "Private key password",
type: "text", type: "string",
value: "", value: "",
}, },
] ]