feat: name scope 추가 및 에러 페이지에 카카오 마이페이지 버튼 추가
- 카카오 동의항목에서 name이 이미 승인되어 scope에 추가 - 에러 페이지(이미 적립된 영수증 등)에 '내 마일리지 확인하기' 카카오 버튼 추가 - 에러 발생 시에도 자연스럽게 마이페이지로 이동 가능 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -39,7 +39,7 @@ class KakaoAPIClient:
|
||||
'client_id': self.client_id,
|
||||
'redirect_uri': self.redirect_uri,
|
||||
'response_type': 'code',
|
||||
'scope': 'profile_nickname,profile_image,account_email'
|
||||
'scope': 'profile_nickname,profile_image,account_email,name'
|
||||
}
|
||||
|
||||
if state:
|
||||
|
||||
Reference in New Issue
Block a user