We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7deb3 commit 38ecb9fCopy full SHA for 38ecb9f
src/widgets/login/ui/LoginContainer.tsx
@@ -6,7 +6,7 @@ export default function LoginContainer() {
6
const handleClick = () => {
7
// replace(RAW_PATH.SIGNUP); // 개발용 임시
8
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}`,
+ `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`,
10
);
11
};
12
0 commit comments