1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

set fingerprint lock prop on login

This commit is contained in:
Kyle Spearrin
2019-11-05 09:03:48 -05:00
parent d9907cdbeb
commit 5fdf8e6045
2 changed files with 5 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ namespace Bit.Core.Utilities
cryptoFunctionService);
var totpService = new TotpService(storageService, cryptoFunctionService);
var authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService,
i18nService, platformUtilsService, messagingService);
i18nService, platformUtilsService, messagingService, lockService);
// TODO: export service
var auditService = new AuditService(cryptoFunctionService, apiService);
var environmentService = new EnvironmentService(apiService, storageService);