mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
fix the proQutaDialog (#7647)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
parent
036f3a7f9c
commit
5634be70f1
1 changed files with 1 additions and 0 deletions
|
|
@ -1135,6 +1135,7 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => {
|
|||
setProQuotaDialogResolver(null);
|
||||
|
||||
if (choice === 'auth') {
|
||||
cancelOngoingRequest?.();
|
||||
openAuthDialog();
|
||||
} else {
|
||||
addItem(
|
||||
|
|
|
|||
Loading…
Reference in a new issue