mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
fixed merge conflict.
This commit is contained in:
@ -19,11 +19,7 @@ class HomeBloc extends Bloc<HomeEvent, HomeState> {
|
|||||||
String terms = '';
|
String terms = '';
|
||||||
String policy = '';
|
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()) {
|
||||||
=======
|
|
||||||
HomeBloc() : super((HomeInitial())) {
|
|
||||||
>>>>>>> dev
|
|
||||||
on<FetchUserInfo>(_fetchUserInfo);
|
on<FetchUserInfo>(_fetchUserInfo);
|
||||||
on<FetchTermEvent>(_fetchTerms);
|
on<FetchTermEvent>(_fetchTerms);
|
||||||
on<FetchPolicyEvent>(_fetchPolicy);
|
on<FetchPolicyEvent>(_fetchPolicy);
|
||||||
|
Reference in New Issue
Block a user