diff --git a/apps/sim/app/workspace/[workspaceId]/integrations/components/connect-service-account-modal/connect-service-account-modal.tsx b/apps/sim/app/workspace/[workspaceId]/integrations/components/connect-service-account-modal/connect-service-account-modal.tsx index f90821f0f36..fd783238de2 100644 --- a/apps/sim/app/workspace/[workspaceId]/integrations/components/connect-service-account-modal/connect-service-account-modal.tsx +++ b/apps/sim/app/workspace/[workspaceId]/integrations/components/connect-service-account-modal/connect-service-account-modal.tsx @@ -10,6 +10,7 @@ import { ChipModalField, ChipModalFooter, ChipModalHeader, + SecretInput, } from '@/components/emcn' import { isApiClientError } from '@/lib/api/client/errors' import { serviceAccountJsonSchema } from '@/lib/api/contracts/credentials' @@ -355,19 +356,22 @@ function AtlassianServiceAccountModal({ Add {serviceName} service account - { - setApiToken(value) - if (error) setError(null) - }} - placeholder='Paste API token' - autoComplete='off' - required - /> + + { + setApiToken(value) + if (error) setError(null) + }} + placeholder='Paste API token' + name='atlassian_service_account_api_token' + autoComplete='new-password' + autoCorrect='off' + autoCapitalize='off' + data-lpignore='true' + data-form-type='other' + /> +