diff --git a/pages/api/integrations.ts b/pages/api/integrations.ts index 264ef0c8b1..c3a2c5e911 100644 --- a/pages/api/integrations.ts +++ b/pages/api/integrations.ts @@ -17,7 +17,6 @@ export default async function handler(req, res) { }, select: { type: true, - key: true, }, }); diff --git a/pages/integrations/[integration].tsx b/pages/integrations/[integration].tsx index b53de9e531..4635785478 100644 --- a/pages/integrations/[integration].tsx +++ b/pages/integrations/[integration].tsx @@ -61,29 +61,6 @@ export default function Integration(props) {
App Category
{getIntegrationType(props.integration.type)}
-
-
API Key
-
- {!showAPIKey ? ( - •••••••• - ) : ( -
- -
- )} - -
-