import {Form, Input, Typography} from 'antd' import React from 'react' import {t} from 'ttag' export default function GandiConnectorForm() { return ( <> {t`Retrieve a Personal Access Token from your customer account on the Provider's website`} } rules={[{required: true, message: t`Required`}]} > {t`It indicates the organization that will pay for the ordered product`} } required={false} > ) }