카카오 로그인 작업 개선

This commit is contained in:
2018-09-09 21:16:44 +09:00
parent 1596269848
commit 75619befef
9 changed files with 32 additions and 12 deletions
+3
View File
@@ -64,6 +64,9 @@ function postOAuthResult(result){
if(result == 'join'){
window.location.href = 'join.php';
}
else if(result == 'req_email'){
alert('이메일 정보 공유를 허가해 주셔야 합니다.');
}
else if(result == 'login'){
console.log('로그인모드');
if(oauthMode=='change_pw'){