mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
fix auth not change on top bar
This commit is contained in:
parent
bd900d3668
commit
8fab26d1a3
2 changed files with 7 additions and 14 deletions
|
|
@ -419,7 +419,7 @@ export const AppContainer = (props: AppContainerProps) => {
|
|||
handleAuthSelect,
|
||||
openAuthDialog,
|
||||
cancelAuthentication,
|
||||
} = useAuthCommand(settings, config, historyManager.addItem);
|
||||
} = useAuthCommand(settings, config, historyManager.addItem, refreshStatic);
|
||||
|
||||
useInitializationAuthError(initializationResult.authError, onAuthError);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue