From 728b4ea89dc7a0e77ce63035285d99e7d3e56979 Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 8 Mar 2017 11:56:00 -0500 Subject: [PATCH] Change PGP Decrypt password argument to string --- src/js/config/OperationConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/config/OperationConfig.js b/src/js/config/OperationConfig.js index 62f71528..08cd9da3 100755 --- a/src/js/config/OperationConfig.js +++ b/src/js/config/OperationConfig.js @@ -3174,7 +3174,7 @@ var OperationConfig = { }, { name: "Private key password", - type: "text", + type: "string", value: "", }, ]