diff --git a/app/components/settings/SettingsWindow.tsx b/app/components/settings/SettingsWindow.tsx index 2c48943..8f3a6f4 100644 --- a/app/components/settings/SettingsWindow.tsx +++ b/app/components/settings/SettingsWindow.tsx @@ -201,12 +201,6 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => { toast.success('GitHub credentials saved successfully!'); }; - const handleTestConnection = () => { - // Implement the logic to test the GitHub connection here - // For example, you could make an API call to GitHub to verify the credentials - toast.info('Testing GitHub connection...'); - }; - return ( @@ -476,12 +470,6 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => { > Save Connection - )}