diff options
| author | Tommaso Sciortino <[email protected]> | 2025-06-30 15:53:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-30 22:53:05 +0000 |
| commit | dbd626054fe7e8a6b9514c0d1f52dc8beed1b701 (patch) | |
| tree | 414e367c1b9dad6020642cc544da76802dc53d42 /packages/cli/src/ui/App.tsx | |
| parent | f19b9ed4f8444ff766338b1a16f58a05522b3ce1 (diff) | |
Remove unused method (#2721)
Diffstat (limited to 'packages/cli/src/ui/App.tsx')
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
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) => { <Box flexDirection="column"> <AuthDialog onSelect={handleAuthSelect} - onHighlight={handleAuthHighlight} settings={settings} initialErrorMessage={authError} /> |
