preliminary auto-login

This commit is contained in:
shenlong-tanwen
2024-09-14 23:05:58 +05:30
parent 6fce1ebb79
commit f1dcfbc594
13 changed files with 193 additions and 63 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class ServiceLocator {
_registerFactory<ServerInfoService>(() => ServerInfoService(
di<ImmichApiClient>().getServerApi(),
));
_registerFactory<SyncService>(() => SyncService(di()));
_registerFactory<SyncService>(() => SyncService());
}
static void registerPostGlobalStates() {