fix auth not change on top bar

This commit is contained in:
宇溯 2026-01-29 23:17:12 -08:00
parent bd900d3668
commit 8fab26d1a3
2 changed files with 7 additions and 14 deletions

View file

@ -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);