bug fixed

This commit is contained in:
nutchayut
2025-01-28 22:20:11 +07:00
parent 63ccfb45c6
commit f8301b1319
7 changed files with 16 additions and 4 deletions

View File

@@ -35,6 +35,8 @@ class _LoginValidateState extends State<ForgotPassword> {
} else if (Platform.isIOS) {
iosDeviceInfo = await device.iosInfo;
}
email.text ="";
phone.text="";
}
authen(BuildContext context) {