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" },