feat: name scope 추가 및 에러 페이지에 카카오 마이페이지 버튼 추가

- 카카오 동의항목에서 name이 이미 승인되어 scope에 추가
- 에러 페이지(이미 적립된 영수증 등)에 '내 마일리지 확인하기' 카카오 버튼 추가
- 에러 발생 시에도 자연스럽게 마이페이지로 이동 가능

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
thug0bin
2026-02-25 02:54:54 +09:00
parent eb44701410
commit 62632cb7b8
2 changed files with 10 additions and 2 deletions

View File

@@ -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: