Skip to content

Commit

Permalink
Merge pull request #283 from depromeet/feature/#255
Browse files Browse the repository at this point in the history
애플 로그인 호출 삭제
  • Loading branch information
YOOJS1205 authored Feb 13, 2024
2 parents 816a3c9 + b51aa51 commit fdd9a41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ export default function Page() {
const customEvent = event as CustomEvent<AppleSigninResponse>;
console.log(customEvent.detail);
setCode(customEvent.detail.authorization.id_token);

appleLogin({
code: customEvent.detail.authorization.id_token,
redirect_uri: APPLE_REDIRECT_URI,
});
};

// Apple 로그인 실패 이벤트 리스너 등록
Expand Down

0 comments on commit fdd9a41

Please sign in to comment.