diff --git a/src/components/AuthorizeButton.tsx b/src/components/AuthorizeButton.tsx index 9e2a52e..a6d280d 100644 --- a/src/components/AuthorizeButton.tsx +++ b/src/components/AuthorizeButton.tsx @@ -129,14 +129,9 @@ const AuthorizeButton = ({ connection, onConnectionChange }: Props) => { ); } - const buttonText = - typeof connection?.service_id === 'string' && - connection?.service_id.length > 15 - ? t('Authorize') - : `${t('Authorize')} ${connection.name}`; return (