diff --git a/web/service/refresh-token.ts b/web/service/refresh-token.ts index 81f7c409f3..b193779629 100644 --- a/web/service/refresh-token.ts +++ b/web/service/refresh-token.ts @@ -1,7 +1,7 @@ import { apiPrefix } from '@/config' import { fetchWithRetry } from '@/utils' -const LOCAL_STORAGE_KEY = 'is_refreshing' +const LOCAL_STORAGE_KEY = 'is_other_tab_refreshing' let isRefreshing = false function waitUntilTokenRefreshed() {