mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 15:42:01 +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>
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user