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

@@ -91,6 +91,10 @@ class _ChangePasswordPageState extends State<ChangePasswordPage> {
leading: CupertinoButton(
onPressed: () {
Navigator.pop(context);
_current_pass.text = "";
_new_pass.text = "";
_confirm_pass.text="";
},
child: const Icon(
Icons.arrow_back,