1
0
mirror of https://github.com/bitwarden/mobile synced 2026-03-02 03:11:20 +00:00

Merge branch 'main' into feature/maui-migration

This commit is contained in:
Federico Maccaroni
2024-01-24 11:22:28 -03:00
13 changed files with 60 additions and 11 deletions

View File

@@ -158,7 +158,7 @@ namespace Bit.Droid
var autofillHandler = new AutofillHandler(stateService, messagingService, clipboardService,
platformUtilsService, new LazyResolve<IEventService>());
var cryptoFunctionService = new PclCryptoFunctionService(cryptoPrimitiveService);
var cryptoService = new CryptoService(stateService, cryptoFunctionService);
var cryptoService = new CryptoService(stateService, cryptoFunctionService, logger);
var biometricService = new BiometricService(stateService, cryptoService);
var userPinService = new UserPinService(stateService, cryptoService);
var passwordRepromptService = new MobilePasswordRepromptService(platformUtilsService, cryptoService, stateService);