카카오 로그인 작업 개선

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
+1 -1
View File
@@ -111,7 +111,7 @@ $(document).ready( function () {
alert(obj.reason);
}
else{
alert('회원 등록되었습니다. 첫 로그인 과정에서 인증 코드를 입력하는 것으로 계정이 활성화됩니다.');
alert('회원 등록되었습니다.\n첫 로그인 과정에서 인증 코드를 입력하는 것으로 계정이 활성화됩니다.');
}
window.location.href = "../";
+1
View File
@@ -74,6 +74,7 @@ $(document).ready( function () {
}
}).then(function(obj){
if(obj.result){
alert(obj.reason);
window.location.href = "./";
return;
}