From 9202d3458ac9eb08f327259a706e178c7cb36a42 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Tue, 28 Feb 2023 13:23:57 +0000 Subject: [PATCH] Added Notion production client id --- providers.auth.production.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/providers.auth.production.json b/providers.auth.production.json index ee902f43a..7d55e9539 100644 --- a/providers.auth.production.json +++ b/providers.auth.production.json @@ -2,6 +2,9 @@ "airtable": { "client_id": "2a5f5334-41e2-44c7-bc24-1887ce9644bf" }, + "notion": { + "client_id": "7ca4afcd-f7ba-4240-bcfc-bc64f2644348" + }, "github": { "client_id": "98922f3fbb27485bae70" },