카카오 로그인용 디버깅 코드 제거

This commit is contained in:
2018-09-09 20:22:34 +09:00
parent 15d43c9653
commit bd25de930b
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -142,7 +142,6 @@ if(!$validEmail || !$verifiedEmail){
Json::die([
'result'=>false,
'reason'=>'카카오 계정 이메일이 아직 인증되지 않았습니다',
'aux'=>$me
]);
}
-1
View File
@@ -96,7 +96,6 @@ if(!$email){
'result'=>false,
'reqOTP'=>false,
'reason'=>'이메일 정보 공유를 허락해 주셔야 합니다.',
'aux'=>$me
]);
}