diff --git a/backend/services/kakao_client.py b/backend/services/kakao_client.py index 43db429..0fe8165 100644 --- a/backend/services/kakao_client.py +++ b/backend/services/kakao_client.py @@ -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: diff --git a/backend/templates/error.html b/backend/templates/error.html index a2cd18a..18c67d3 100644 --- a/backend/templates/error.html +++ b/backend/templates/error.html @@ -88,7 +88,15 @@
⚠️
문제가 발생했어요
{{ message }}
- 홈으로 이동 +
+ + + + + 내 마일리지 확인하기 + + 홈으로 이동 +