fix: solved issue with google help link (#1826)

This commit is contained in:
Amol Umbark 2022-12-07 16:10:17 +05:30 committed by GitHub
parent 1c8626e933
commit 8affe8df31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,15 @@ function EditGoogleAuth(): JSX.Element {
<>
<Typography.Paragraph>
Enter OAuth 2.0 credentials obtained from the Google API Console below. Read
the <a href="signoz.io/docs/userguide/sso-authentication">docs</a> for more
information.
the{' '}
<a
href="https://signoz.io/docs/userguide/sso-authentication"
target="_blank"
rel="noreferrer"
>
docs
</a>{' '}
for more information.
</Typography.Paragraph>
<Form.Item
label="Client ID"