diff --git a/making_school_asignment_app/lib/page/login_page/login_logic.dart b/making_school_asignment_app/lib/page/login_page/login_logic.dart index 47ca5db..e780363 100644 --- a/making_school_asignment_app/lib/page/login_page/login_logic.dart +++ b/making_school_asignment_app/lib/page/login_page/login_logic.dart @@ -31,8 +31,8 @@ class LoginLogic extends GetxController with RequestToolMixin { state.passwordController.text = pwd; state.keepPwd.value = true; } - state.userNameController.text = "AppleTester"; - state.passwordController.text = "AppleTester123!"; + // state.userNameController.text = "AppleTester"; + // state.passwordController.text = "AppleTester123!"; state.pwdFocus = FocusNode(); state.theFocus = FocusNode();