From bc004675e2f9f8462535ab03e12ddbb938ccaf07 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 10 Jun 2025 12:07:41 +0200 Subject: [PATCH] remove comments --- .../authentication/reset_password.dart | 23 ------------------- 1 file changed, 23 deletions(-) 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