Skip to content

Commit

Permalink
refactor: useSocailLogin hooks 및 기타 주석 제거 (kode-krew#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
minchodang authored Oct 4, 2024
1 parent 8ab9086 commit 070f5f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
7 changes: 0 additions & 7 deletions src/app/api/auth/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ export async function DELETE(request: NextRequest) {
}

try {
//TODO 현재 백엔드 로그아웃 기능 미구축으로 서버 통신은 잠시 보류, 추후 재구축 예정.
// await axios.delete(`${process.env.NEXT_PUBLIC_META_TEST_SERVER_HOST_URL}/auth/token`, {
// headers: {
// Authorization: `Bearer ${accessToken}`,
// },
// });

cookies().delete('rtk');
cookies().delete('atk');

Expand Down
68 changes: 0 additions & 68 deletions src/hooks/useSocialLogin.ts

This file was deleted.

0 comments on commit 070f5f7

Please sign in to comment.