Skip to content

Commit 070f5f7

Browse files
authored
refactor: useSocailLogin hooks 및 기타 주석 제거 (#89)
1 parent 8ab9086 commit 070f5f7

File tree

2 files changed

+0
-75
lines changed

2 files changed

+0
-75
lines changed

src/app/api/auth/route.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ export async function DELETE(request: NextRequest) {
8585
}
8686

8787
try {
88-
//TODO 현재 백엔드 로그아웃 기능 미구축으로 서버 통신은 잠시 보류, 추후 재구축 예정.
89-
// await axios.delete(`${process.env.NEXT_PUBLIC_META_TEST_SERVER_HOST_URL}/auth/token`, {
90-
// headers: {
91-
// Authorization: `Bearer ${accessToken}`,
92-
// },
93-
// });
94-
9588
cookies().delete('rtk');
9689
cookies().delete('atk');
9790

src/hooks/useSocialLogin.ts

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)