diff --git a/src/axiosInstance.ts b/src/axiosInstance.ts index 7554acbe..4b118797 100644 --- a/src/axiosInstance.ts +++ b/src/axiosInstance.ts @@ -59,7 +59,7 @@ axiosInstance.interceptors.response.use( error.config.url?.endsWith('/auth/refresh-tokens') ) { StorageService.removeLocalStorage('user'); - StorageService.removeLocalStorage('analysis_state'); + StorageService.removeLocalStorage('community'); toast.error('Session expired. Please log in again.', { position: 'bottom-left', autoClose: 5000,