diff --git a/lib/presentation/features/profile/views/settings.dart b/lib/presentation/features/profile/views/settings.dart index fa882350..d0da4961 100644 --- a/lib/presentation/features/profile/views/settings.dart +++ b/lib/presentation/features/profile/views/settings.dart @@ -316,7 +316,7 @@ class _SettingsViewState extends State { OpenFlutterButton( title: 'Save Password', height: 48, - onPressed: () => passwordBloc.add( + onPressed: () => passwordBloc..add( ChangePasswordEvent( currentPassword: _currentPasswordController.text