We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2def1 commit 0d5cd2fCopy full SHA for 0d5cd2f
web/service/refresh-token.ts
@@ -1,7 +1,7 @@
1
import { apiPrefix } from '@/config'
2
import { fetchWithRetry } from '@/utils'
3
4
-const LOCAL_STORAGE_KEY = 'is_refreshing'
+const LOCAL_STORAGE_KEY = 'is_other_tab_refreshing'
5
6
let isRefreshing = false
7
function waitUntilTokenRefreshed() {
0 commit comments