mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
fixed merge conflict.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user