From efa12458bf72a1622ad56fd8c72b71c8e579bed4 Mon Sep 17 00:00:00 2001 From: TheOtherBrian1 <91111415+TheOtherBrian1@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:18:56 -0500 Subject: [PATCH] Update auth0.md | removed reference to AirTable --- 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 93b70d9f..dae21d34 100644 --- a/docs/catalog/auth0.md +++ b/docs/catalog/auth0.md @@ -55,7 +55,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"