mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-18 01:00:39 -07:00
Fix ctrl-c/esc while Authenticating. (#7879)
This commit is contained in:
committed by
GitHub
parent
13d39ef746
commit
127d9205b8
@@ -137,7 +137,7 @@ export const DialogManager = () => {
|
||||
return (
|
||||
<AuthInProgress
|
||||
onTimeout={() => {
|
||||
/* This is now handled in AppContainer */
|
||||
uiActions.onAuthError('Authentication cancelled.');
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user