diff --git a/web/app/components/header/account-setting/sandbox-provider-page/config-modal.tsx b/web/app/components/header/account-setting/sandbox-provider-page/config-modal.tsx
index 552891eb26..7958edf207 100644
--- a/web/app/components/header/account-setting/sandbox-provider-page/config-modal.tsx
+++ b/web/app/components/header/account-setting/sandbox-provider-page/config-modal.tsx
@@ -2,7 +2,6 @@
import type { FormRefObject, FormSchema } from '@/app/components/base/form/types'
import type { SandboxProvider } from '@/types/sandbox-provider'
-import { RiExternalLinkLine, RiLock2Fill } from '@remixicon/react'
import { memo, useCallback, useMemo, useRef, useState } from 'react'
import { useTranslation } from 'react-i18next'
import Button from '@/app/components/base/button'
@@ -220,7 +219,7 @@ function ConfigModal({ provider, onClose }: ConfigModalProps) {
className="inline-flex items-center gap-1 text-text-accent system-xs-regular hover:underline"
>
{t('sandboxProvider.configModal.readDocLink', { ns: 'common', provider: providerLabel })}
-
{t('sandboxProvider.configModal.securityTip', { ns: 'common' })} {' '}