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

[PM-7366] Select cipher on search on Fido2 creation (#3154)

* PM-7366 Implemented cipher selection on search on passkey creation

* PM-7366 Fix typo
This commit is contained in:
Federico Maccaroni
2024-04-15 17:16:51 -03:00
committed by GitHub
parent 40f036742f
commit f596f31ffa
5 changed files with 53 additions and 21 deletions

View File

@@ -115,7 +115,8 @@ namespace Bit.Droid
ServiceContainer.Resolve<IVaultTimeoutService>(),
ServiceContainer.Resolve<ICipherService>(),
ServiceContainer.Resolve<IUserVerificationMediatorService>(),
ServiceContainer.Resolve<IDeviceActionService>());
ServiceContainer.Resolve<IDeviceActionService>(),
ServiceContainer.Resolve<IPlatformUtilsService>());
ServiceContainer.Register<IFido2MakeCredentialConfirmationUserInterface>(fido2MakeCredentialUserInterface);
var fido2ClientService = new Fido2ClientService(