From 0987ed6dd3319aedb8bcdc6265226c0f3484159e Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Tue, 25 Oct 2022 13:18:06 -0700 Subject: [PATCH] Make YouTube login button Google styled (#18443) --- .../ServiceForm/components/Sections/auth/AuthButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/auth/AuthButton.tsx b/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/auth/AuthButton.tsx index b87f9480241e8..b2ad1869d7ebf 100644 --- a/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/auth/AuthButton.tsx +++ b/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/auth/AuthButton.tsx @@ -22,6 +22,7 @@ function isGoogleConnector(connectorDefinitionId: string): boolean { "71607ba1-c0ac-4799-8049-7f4b90dd50f7", // google sheets source "a4cbd2d1-8dbe-4818-b8bc-b90ad782d12a", // google sheets destination "ed9dfefa-1bbc-419d-8c5e-4d78f0ef6734", // google workspace admin reports + "afa734e4-3571-11ec-991a-1e0031268139", // YouTube analytics ].includes(connectorDefinitionId); }