From 088f8167cef54083dfcfaa9e4014ad6c469ebd70 Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Mon, 24 Sep 2018 00:16:47 +0100 Subject: [PATCH] Change Infura credential fieldType (#172) API key and endpoint are less sensistive, and leaving these two displayed would allow accidental typos (such extraneous spaces) to be caught. --- schemas/infura.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/infura.json b/schemas/infura.json index 3f35a4fe..153a70fb 100644 --- a/schemas/infura.json +++ b/schemas/infura.json @@ -5,7 +5,7 @@ { "code": "apiKey", "display": "API key", - "fieldType": "password", + "fieldType": "string", "secret": true, "required": true, "value": "" @@ -21,7 +21,7 @@ { "code": "endpoint", "display": "Endpoint", - "fieldType": "password", + "fieldType": "string", "secret": true, "required": true, "value": ""