diff --git a/index.php b/index.php index d3ddb6bd..ed2d54fa 100644 --- a/index.php +++ b/index.php @@ -100,6 +100,9 @@ function postOAuthResult(result){ if(result == 'join'){ window.location.href = 'oauth_kakao/join.php'; } + else if(result == 'req_email'){ + alert('이메일 정보 공유를 허가해 주셔야 합니다.'); + } else if(result == 'login'){ console.log('로그인모드'); if(oauthMode=='change_pw'){ @@ -194,14 +197,16 @@ function postOAuthResult(result){