카카오 로그인 작업 개선
This commit is contained in:
@@ -74,6 +74,7 @@ $(document).ready( function () {
|
||||
}
|
||||
}).then(function(obj){
|
||||
if(obj.result){
|
||||
alert(obj.reason);
|
||||
window.location.href = "./";
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user