From 8affe8df31c49ab19d543539fe7227cf0dc191e7 Mon Sep 17 00:00:00 2001 From: Amol Umbark Date: Wed, 7 Dec 2022 16:10:17 +0530 Subject: [PATCH] fix: solved issue with google help link (#1826) --- .../AuthDomains/Edit/EditGoogleAuth.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/container/OrganizationSettings/AuthDomains/Edit/EditGoogleAuth.tsx b/frontend/src/container/OrganizationSettings/AuthDomains/Edit/EditGoogleAuth.tsx index c98f0c060a..82b4cd7e8e 100644 --- a/frontend/src/container/OrganizationSettings/AuthDomains/Edit/EditGoogleAuth.tsx +++ b/frontend/src/container/OrganizationSettings/AuthDomains/Edit/EditGoogleAuth.tsx @@ -7,8 +7,15 @@ function EditGoogleAuth(): JSX.Element { <> Enter OAuth 2.0 credentials obtained from the Google API Console below. Read - the docs for more - information. + the{' '} + + docs + {' '} + for more information.