mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: modify ovh token link
This commit is contained in:
@@ -72,8 +72,8 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate:
|
||||
{
|
||||
provider === ConnectorProvider.OVH && <>
|
||||
<Typography.Link target='_blank'
|
||||
href="https://api.ovh.com/createToken/index.cgi?GET=/*&PUT=/*&POST=/*&DELETE=/*">
|
||||
Retrieve a token set from the OVH API
|
||||
href="https://api.ovh.com/createToken/index.cgi?GET=/order/cart/*&POST=/order/cart&POST=/order/cart/*&DELETE=/order/cart/*">
|
||||
{t`Retrieve a set of tokens from the provider's website`}
|
||||
</Typography.Link>
|
||||
{
|
||||
Object.keys(ovhFields).map(fieldName => <Form.Item
|
||||
|
||||
@@ -245,6 +245,10 @@ msgstr ""
|
||||
msgid "Please select a Provider"
|
||||
msgstr ""
|
||||
|
||||
#: assets/components/tracking/ConnectorForm.tsx:76
|
||||
msgid "Retrieve a set of tokens from the provider's website"
|
||||
msgstr ""
|
||||
|
||||
#: assets/components/tracking/ConnectorForm.tsx:88
|
||||
msgid "OVH Endpoint"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user