chore: remove isDeleted check in orderDomain

This commit is contained in:
Maël Gangloff
2024-10-06 20:37:56 +02:00
parent 483f33b0e1
commit 37cd4edcce
6 changed files with 10 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ export const helpGetTokenLink = (provider?: string) => {
</Typography.Link>
case ConnectorProvider.AUTODNS:
return <Typography.Link target='_blank' href="https://en.autodns.com/domain-robot-api/">
{t`Because of some limitations in API of AutoDNS, we suggest to create an dedicated user for API with limited rights.`}
{t`Because of some limitations in API of AutoDNS, we suggest to create an dedicated user for API with limited rights`}
</Typography.Link>
default:
return <></>
@@ -35,6 +35,8 @@ export const tosHyperlink = (provider?: string) => {
return 'https://www.ovhcloud.com/fr/terms-and-conditions/contracts/'
case ConnectorProvider.GANDI:
return 'https://www.gandi.net/en/contracts/terms-of-service'
case ConnectorProvider.NAMECHEAP:
return 'https://www.namecheap.com/legal/universal/universal-tos/'
case ConnectorProvider.AUTODNS:
return 'https://www.internetx.com/agb/'
default: