We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb6325 commit 1b4e2c3Copy full SHA for 1b4e2c3
src/GZCTF/ClientApp/src/utils/useConfig.ts
@@ -119,7 +119,7 @@ export const localCacheProvider = () => {
119
120
export const clearLocalCache = () => {
121
window.removeEventListener('beforeunload', saveCache, true)
122
- localStorage.removeItem('gzctf-cache')
+ localStorage.removeItem(cacheKey)
123
cacheMap.clear()
124
window.location.reload()
125
}
0 commit comments