From dae15e2a03658409d31d70ad3a2bffb8b484696f Mon Sep 17 00:00:00 2001 From: TheOtherBrian1 <91111415+TheOtherBrian1@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:16:45 -0500 Subject: [PATCH] Update auth0.md | removed reference to AirTable (#392) --- docs/catalog/auth0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/catalog/auth0.md b/docs/catalog/auth0.md index 7c766226..01c9f067 100644 --- a/docs/catalog/auth0.md +++ b/docs/catalog/auth0.md @@ -51,7 +51,7 @@ returning key_id; ### Connecting to Auth0 -We need to provide Postgres with the credentials to connect to Airtable, and any additional options. We can do this using the `create server` command: +We need to provide Postgres with the credentials to connect to Auth0, and any additional options. We can do this using the `create server` command: === "With Vault"