fix(ui): fixed auth race condition causing logo to flicker (#24652)

This commit is contained in:
Dev Randalpura
2026-04-06 16:17:05 -04:00
committed by GitHub
parent 8ac560d2c9
commit 2353a6d253
3 changed files with 15 additions and 2 deletions

View File

@@ -504,6 +504,8 @@ const baseMockUiState = {
history: [],
renderMarkdown: true,
streamingState: StreamingState.Idle,
isConfigInitialized: true,
isAuthenticating: false,
terminalWidth: 100,
terminalHeight: 40,
currentModel: 'gemini-pro',