sample env changed

This commit is contained in:
AmitChauhan63390
2025-02-07 22:25:54 +05:30
parent 7bbe9e15db
commit 1e42334a2e
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -576,7 +576,7 @@ if (!selectedIntegrationType) {
<>
<Typography sx={{ margin: "20px 0px 30px 0px" }}>
{t("integration_settings.descriptions.authenticated_as", {
email: "amit63390@gmail.com",
email: "",
})}
</Typography>
{loading ? (