File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ import 'package:dipantau_desktop_client/feature/presentation/bloc/project/projec
6161import 'package:dipantau_desktop_client/feature/presentation/bloc/report_screenshot/report_screenshot_bloc.dart' ;
6262import 'package:dipantau_desktop_client/feature/presentation/bloc/reset_password/reset_password_bloc.dart' ;
6363import 'package:dipantau_desktop_client/feature/presentation/bloc/setting/setting_bloc.dart' ;
64+ import 'package:dipantau_desktop_client/feature/presentation/bloc/setup_credential/setup_credential_bloc.dart' ;
6465import 'package:dipantau_desktop_client/feature/presentation/bloc/sign_up/sign_up_bloc.dart' ;
6566import 'package:dipantau_desktop_client/feature/presentation/bloc/sync_manual/sync_manual_bloc.dart' ;
6667import 'package:dipantau_desktop_client/feature/presentation/bloc/tracking/tracking_bloc.dart' ;
@@ -173,6 +174,12 @@ void init() {
173174 getProjectTaskByUserId: sl (),
174175 ),
175176 );
177+ sl.registerFactory (
178+ () => SetupCredentialBloc (
179+ helper: sl (),
180+ ping: sl (),
181+ ),
182+ );
176183
177184 // use case
178185 sl.registerLazySingleton (() => GetProject (repository: sl ()));
You can’t perform that action at this time.
0 commit comments