feat: implement OpenProvider

This commit is contained in:
Maël Gangloff
2025-10-27 23:36:48 +01:00
parent aff37f7a81
commit fee3f3af44
8 changed files with 150 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ export default function NamecheapConnectorForm() {
label={t`Username`}
name={['authData', 'ApiUser']}
help={<Typography.Link target='_blank' href='https://ap.www.namecheap.com/settings/tools/apiaccess/'>
{t`Retreive an API key and whitelist this instance's IP address on Namecheap's website`}
{t`Retrieve an API key and whitelist this instance's IP address on Namecheap's website`}
</Typography.Link>}
>
<Input prefix={<UserOutlined/>} autoComplete='off'/>