Skip to content

Commit

Permalink
🔨 Refactor(#79): 쿠키 관련 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetree7878 committed Dec 24, 2024
1 parent 4c59a28 commit 1b30611
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
4 changes: 0 additions & 4 deletions src/features/auth/service/handleLogout.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import { removeCookie } from '@utils/cookies';

const handleLogout = () => {
removeCookie('accessToken');
removeCookie('refreshToken');
window.location.href = '/';
};

Expand Down
15 changes: 0 additions & 15 deletions src/utils/cookies.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/utils/isLoggedIn.ts

This file was deleted.

0 comments on commit 1b30611

Please sign in to comment.