fix : login and route

This commit is contained in:
2025-05-18 09:32:43 +03:30
parent 6843973c4f
commit f7ea9f3a19
5 changed files with 13 additions and 6 deletions

View File

@@ -16,6 +16,5 @@ Future<void> setupAuthDI() async {
diAuth.registerCachedFactory<AuthRepositoryImpl>(
() => AuthRepositoryImpl(dioRemote),
);
diAuth.registerLazySingleton<TokenStorageService>(() => TokenStorageService());
diAuth.registerLazySingleton<DioErrorHandler>(() => DioErrorHandler());
}