diff --git a/luckychit/lib/features/auth/views/login_screen.dart b/luckychit/lib/features/auth/views/login_screen.dart index 163d126..ac053aa 100644 --- a/luckychit/lib/features/auth/views/login_screen.dart +++ b/luckychit/lib/features/auth/views/login_screen.dart @@ -240,48 +240,6 @@ class _LoginScreenState extends State { ), ), ), - SizedBox(height: 24.h), - - // Demo Credentials - Container( - padding: EdgeInsets.all(16.w), - decoration: BoxDecoration( - color: Colors.blue.shade50, - borderRadius: BorderRadius.circular(12.r), - border: Border.all(color: Colors.blue.shade200), - ), - child: Column( - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - Text( - 'Demo Credentials:', - style: TextStyle( - fontSize: 14.sp, - fontWeight: FontWeight.w600, - color: Colors.blue.shade700, - ), - ), - SizedBox(height: 8.h), - Text( - 'Manager: 9999999999 / password123', - style: TextStyle( - fontSize: 13.sp, - color: Colors.blue.shade600, - fontWeight: FontWeight.w500, - ), - ), - SizedBox(height: 4.h), - Text( - 'Member: 8888888888 / password123', - style: TextStyle( - fontSize: 13.sp, - color: Colors.blue.shade600, - fontWeight: FontWeight.w500, - ), - ), - ], - ), - ), ], ), ),