Skip to content

Commit

Permalink
FIX: alert 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperRyou committed Jun 20, 2024
1 parent fba4c00 commit f61925b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assist/buttonwrapper/KakaoLoginButtonWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function KakaoLoginButtonWrapper() {
<LoginButton
type="kakao"
onClick={() => {
alert(clickedNumber);
if (clickedNumber === 0) kakaoSDKLogin();
else kakaoRESTLogin();
setClickedNumber(clickedNumber + 1);
Expand Down

0 comments on commit f61925b

Please sign in to comment.