From 1e42334a2ed267250c83bc6e26f8a1e775a0625d Mon Sep 17 00:00:00 2001 From: AmitChauhan63390 Date: Fri, 7 Feb 2025 22:25:54 +0530 Subject: [PATCH] sample env changed --- ENVEXAMPLE | 5 +++++ src/components/integration/IntegrationSettings.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ENVEXAMPLE b/ENVEXAMPLE index 650c7027..3c999de4 100644 --- a/ENVEXAMPLE +++ b/ENVEXAMPLE @@ -30,3 +30,8 @@ GOOGLE_REDIRECT_URI=your_google_redirect_uri # Telemetry Settings - Please keep it enabled. Keeping it enabled helps us understand how the product is used and assess the impact of any new changes. MAXUN_TELEMETRY=true + +#airtable integration + +AIRTABLE_CLIENT_ID=your_airtable_client_id +AIRTABLE_REDIRECT_URI=http://localhost:8080/auth/airtable/callback diff --git a/src/components/integration/IntegrationSettings.tsx b/src/components/integration/IntegrationSettings.tsx index 26322435..3170e82a 100644 --- a/src/components/integration/IntegrationSettings.tsx +++ b/src/components/integration/IntegrationSettings.tsx @@ -576,7 +576,7 @@ if (!selectedIntegrationType) { <> {t("integration_settings.descriptions.authenticated_as", { - email: "amit63390@gmail.com", + email: "", })} {loading ? (