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 && <>
|
provider === ConnectorProvider.OVH && <>
|
||||||
<Typography.Link target='_blank'
|
<Typography.Link target='_blank'
|
||||||
href="https://api.ovh.com/createToken/index.cgi?GET=/*&PUT=/*&POST=/*&DELETE=/*">
|
href="https://api.ovh.com/createToken/index.cgi?GET=/order/cart/*&POST=/order/cart&POST=/order/cart/*&DELETE=/order/cart/*">
|
||||||
Retrieve a token set from the OVH API
|
{t`Retrieve a set of tokens from the provider's website`}
|
||||||
</Typography.Link>
|
</Typography.Link>
|
||||||
{
|
{
|
||||||
Object.keys(ovhFields).map(fieldName => <Form.Item
|
Object.keys(ovhFields).map(fieldName => <Form.Item
|
||||||
|
|||||||
@@ -245,6 +245,10 @@ msgstr ""
|
|||||||
msgid "Please select a Provider"
|
msgid "Please select a Provider"
|
||||||
msgstr ""
|
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
|
#: assets/components/tracking/ConnectorForm.tsx:88
|
||||||
msgid "OVH Endpoint"
|
msgid "OVH Endpoint"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
Reference in New Issue
Block a user