diff --git a/src/pages/ProfileSettings.tsx b/src/pages/ProfileSettings.tsx index 1af0c765..d310c123 100644 --- a/src/pages/ProfileSettings.tsx +++ b/src/pages/ProfileSettings.tsx @@ -30,16 +30,8 @@ import { useUploadFile } from '@/hooks/useUploadFile'; import { useToast } from '@/hooks/useToast'; import { Button } from '@/components/ui/button'; import { Input } from '@/components/ui/input'; -import { Switch } from '@/components/ui/switch'; -import { - Form, - FormControl, - FormDescription, - FormField, - FormItem, - FormLabel, -} from '@/components/ui/form'; +import { Form } from '@/components/ui/form'; import { Collapsible, CollapsibleContent, @@ -366,22 +358,6 @@ export function ProfileSettings() { - ( - -
- {t('profileSettings.advanced.botLabel')} - {t('profileSettings.advanced.botDescription')} -
- - - -
- )} - /> - {/* Your Key — private-key backup. Rendered inside Advanced but is not part of the form. */}