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 ? (