From b6e3ec360589952a38f2a29da66017b33b1737bd Mon Sep 17 00:00:00 2001 From: arpitnath Date: Wed, 15 Dec 2021 18:38:47 +0530 Subject: [PATCH] fix:rest-api-oauth-client-secret --- .../DataSourceManager/SourceComponents/Api/Restapi.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/DataSourceManager/SourceComponents/Api/Restapi.schema.json b/frontend/src/Editor/DataSourceManager/SourceComponents/Api/Restapi.schema.json index 827620a1ed..7aa88332df 100644 --- a/frontend/src/Editor/DataSourceManager/SourceComponents/Api/Restapi.schema.json +++ b/frontend/src/Editor/DataSourceManager/SourceComponents/Api/Restapi.schema.json @@ -15,7 +15,7 @@ "header_prefix": { "type": "string" }, "access_token_url": { "type": "string" }, "client_id": { "type": "string" }, - "client_secret": { "type": "string", "encrypted": true }, + "client_secret": { "type": "string", "encrypted": false }, "scopes": { "type": "string" }, "auth_url": { "type": "string" }, "client_auth": { "type": "string" },