fixed merge conflict.

This commit is contained in:
Faris Armoush
2025-06-17 14:30:34 +03:00
parent 5b0710957d
commit 5d3380ef82

View File

@ -19,11 +19,7 @@ class HomeBloc extends Bloc<HomeEvent, HomeState> {
String terms = '';
String policy = '';
<<<<<<< SP-1737-FE-The-user-appears-as-Null-and-the-project-uuid-is-null-when-we-login-in-after-a-credentials-error
HomeBloc() : super(HomeInitial()) {
=======
HomeBloc() : super((HomeInitial())) {
>>>>>>> dev
on<FetchUserInfo>(_fetchUserInfo);
on<FetchTermEvent>(_fetchTerms);
on<FetchPolicyEvent>(_fetchPolicy);