From 75d5c7a4ac1b28003511f8b5843e217d3439859a Mon Sep 17 00:00:00 2001 From: mohammad Date: Thu, 15 Aug 2024 13:04:18 +0300 Subject: [PATCH] forget password changes --- lib/pages/auth/view/forget_password_web_page.dart | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/pages/auth/view/forget_password_web_page.dart b/lib/pages/auth/view/forget_password_web_page.dart index 0cb6b0e3..f86cdf60 100644 --- a/lib/pages/auth/view/forget_password_web_page.dart +++ b/lib/pages/auth/view/forget_password_web_page.dart @@ -117,7 +117,9 @@ class ForgetPasswordWebPage extends StatelessWidget { const SizedBox(height: 10), Text( 'Please fill in your account information to\nretrieve your password', - style: Theme.of(context).textTheme.bodySmall!.copyWith(fontSize: 14,fontWeight: FontWeight.w400), + style: Theme.of(context).textTheme.bodySmall!.copyWith( + fontSize: 14, + fontWeight: FontWeight.w400), ), const SizedBox(height: 10), Column( @@ -126,7 +128,9 @@ class ForgetPasswordWebPage extends StatelessWidget { children: [ Text( "Country/Region", - style: Theme.of(context).textTheme.bodySmall!.copyWith(fontSize: 14,fontWeight: FontWeight.w400), + style: Theme.of(context).textTheme.bodySmall!.copyWith( + fontSize: 14, + fontWeight: FontWeight.w400), ), const SizedBox(height: 10), @@ -310,6 +314,7 @@ class ForgetPasswordWebPage extends StatelessWidget { )), InkWell( onTap: () { + forgetBloc.add(StopTimerEvent()); Navigator.pop(context); }, child: const Flexible(