Skip to content

Commit 38ecb9f

Browse files
committed
feat : add email scope
1 parent 6d7deb3 commit 38ecb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/login/ui/LoginContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function LoginContainer() {
66
const handleClick = () => {
77
// replace(RAW_PATH.SIGNUP); // 개발용 임시
88
window.location.replace(
9-
`https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=${import.meta.env.VITE_KAKAO_REST_API_KEY}&redirect_uri=${import.meta.env.VITE_REDIRECT_URL}`,
9+
`https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=${import.meta.env.VITE_KAKAO_REST_API_KEY}&redirect_uri=${import.meta.env.VITE_REDIRECT_URL}&scope=account_email`,
1010
);
1111
};
1212

0 commit comments

Comments
 (0)