Kaynağa Gözat

- 로그인 아이디,패스워드 수정

TaeHyun 8 yıl önce
ebeveyn
işleme
f077715708

+ 2 - 2
OneCable/Classes/ViewControllers/MainScreens/LoginViewController.m

@@ -372,11 +372,11 @@ ID / PW Input Box Text Color
 
 #ifdef DEBUG_MODE
     if ([_txtEmail.text isEmptyString]) {
-        _txtEmail.text = @"smiles1080";
+        _txtEmail.text = @"asura77";
     }
 
     if ([_txtPasswd.text isEmptyString]) {
-        _txtPasswd.text = @"04899293";
+        _txtPasswd.text = @"09767955";
 
     }
 #endif