Merge branch 'dev' into SP-1737-FE-The-user-appears-as-Null-and-the-project-uuid-is-null-when-we-login-in-after-a-credentials-error

This commit is contained in:
Faris Armoush
2025-06-17 14:26:28 +03:00
committed by GitHub
7 changed files with 59 additions and 56 deletions

View File

@ -19,7 +19,11 @@ 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);