bug fixed
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user