Skip to content

Commit

Permalink
fix(#10) : 네이버 연동해제 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoDora committed Nov 28, 2023
1 parent 699ad66 commit 3a95e78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth/services/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
};
Expand Down

0 comments on commit 3a95e78

Please sign in to comment.