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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user