mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-31 12:12:08 +08:00
fix: solved issue with google help link (#1826)
This commit is contained in:
parent
1c8626e933
commit
8affe8df31
@ -7,8 +7,15 @@ function EditGoogleAuth(): JSX.Element {
|
|||||||
<>
|
<>
|
||||||
<Typography.Paragraph>
|
<Typography.Paragraph>
|
||||||
Enter OAuth 2.0 credentials obtained from the Google API Console below. Read
|
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
|
the{' '}
|
||||||
information.
|
<a
|
||||||
|
href="https://signoz.io/docs/userguide/sso-authentication"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
docs
|
||||||
|
</a>{' '}
|
||||||
|
for more information.
|
||||||
</Typography.Paragraph>
|
</Typography.Paragraph>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label="Client ID"
|
label="Client ID"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user