Skip to content

Commit

Permalink
remove localStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Oct 14, 2024
1 parent 37135dd commit 353af01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ apiClient.interceptors.request.use(
apiClient.interceptors.response.use(
(response) => response,
(error) => {
localStorage.removeItem("credentials");
return Promise.reject(error);
}
);

0 comments on commit 353af01

Please sign in to comment.