diff --git a/Frontend/lib/mih_packages/authentication/reset_password.dart b/Frontend/lib/mih_packages/authentication/reset_password.dart index a4ed515b..2df21e28 100644 --- a/Frontend/lib/mih_packages/authentication/reset_password.dart +++ b/Frontend/lib/mih_packages/authentication/reset_password.dart @@ -275,29 +275,6 @@ class _ResetPasswordState extends State { }, ), - // //email input - // SizedBox( - // width: 500.0, - // child: MIHPassField( - // controller: passwordController, - // hintText: 'New Password', - // required: true, - // signIn: false, - // ), - // ), - // //spacer - // const SizedBox(height: 10), - // //password input - // SizedBox( - // width: 500.0, - // child: MIHPassField( - // controller: confirmPasswordController, - // hintText: 'Confirm New Password', - // required: true, - // signIn: false, - // ), - // ), - //spacer const SizedBox(height: 25), // sign in button