diff --git a/backend/templates/claim_form.html b/backend/templates/claim_form.html index a0a96ed..3c4785b 100644 --- a/backend/templates/claim_form.html +++ b/backend/templates/claim_form.html @@ -745,7 +745,6 @@ if (typeof Kakao !== 'undefined' && Kakao.isInitialized()) { Kakao.Auth.authorize({ redirectUri: 'https://mile.0bin.in/claim/kakao/callback', - scope: 'profile_nickname,profile_image,account_email,name,phone_number,birthday', state: '{{ kakao_state }}' }); } else { diff --git a/backend/templates/my_page_login.html b/backend/templates/my_page_login.html index d2372e8..4f221eb 100644 --- a/backend/templates/my_page_login.html +++ b/backend/templates/my_page_login.html @@ -223,7 +223,6 @@ if (typeof Kakao !== 'undefined' && Kakao.isInitialized()) { Kakao.Auth.authorize({ redirectUri: 'https://mile.0bin.in/claim/kakao/callback', - scope: 'profile_nickname,profile_image,account_email,name,phone_number,birthday', state: '{{ kakao_state }}' }); } else {