Externalized API and models as own package

This commit is contained in:
Anton Stubenbord
2022-12-02 01:48:13 +01:00
parent 60d1a2e62a
commit ec7707e4a4
143 changed files with 1496 additions and 1339 deletions

View File

@@ -62,7 +62,7 @@ class _BiometricAuthenticationIntroSlideState
final settings =
BlocProvider.of<ApplicationSettingsCubit>(context)
.state;
getIt<AuthenticationService>()
getIt<LocalAuthenticationService>()
.authenticateLocalUser(
"Please authenticate to secure Paperless Mobile")
.then((isEnabled) {