From dbd626054fe7e8a6b9514c0d1f52dc8beed1b701 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Mon, 30 Jun 2025 15:53:05 -0700 Subject: Remove unused method (#2721) --- packages/cli/src/ui/App.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/cli/src/ui/App.tsx') diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index 66d521fc..a805f721 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -153,7 +153,6 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => { isAuthDialogOpen, openAuthDialog, handleAuthSelect, - handleAuthHighlight, isAuthenticating, cancelAuthentication, } = useAuthCommand(settings, setAuthError, config); @@ -672,7 +671,6 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => { -- cgit v1.2.3