diff --git a/src/auth/services/auth.service.ts b/src/auth/services/auth.service.ts index 9111693..d5872cb 100644 --- a/src/auth/services/auth.service.ts +++ b/src/auth/services/auth.service.ts @@ -267,7 +267,6 @@ export class AuthService { const naverUnlinkUrl = 'https://nid.naver.com/oauth2.0/token'; const naverUnlinkHeader = { headers: { - Authorization: `Bearer ${accessToken}`, 'Content-Type': 'application/x-www-form-urlencoded', }, };