mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 18:12:31 -06:00
Refactored DI, serialization, added feedback to document download
This commit is contained in:
@@ -2,7 +2,7 @@ import 'package:injectable/injectable.dart';
|
||||
import 'package:local_auth/local_auth.dart';
|
||||
import 'package:paperless_mobile/core/store/local_vault.dart';
|
||||
|
||||
@singleton
|
||||
@lazySingleton
|
||||
class LocalAuthenticationService {
|
||||
final LocalVault localStore;
|
||||
final LocalAuthentication localAuthentication;
|
||||
Reference in New Issue
Block a user