From 6c3669350b0c26c4cead09fb920efc031650939c Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Thu, 24 Apr 2025 11:52:07 +0800 Subject: [PATCH] 111 --- .../lib/page/login_page/login_logic.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();