1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 06:43:17 +00:00

[PM-7255] Fix autofill cancelling the request producing inconsistent behavior (#3230)

* PM-7255 Fix autofill cancelling the request on password autofill because of wrong safeguard

* PM-7255 Clear code no longer used
This commit is contained in:
Federico Maccaroni
2024-05-08 16:54:00 -03:00
committed by GitHub
parent dee9524b2c
commit 477b1cca44
2 changed files with 6 additions and 8 deletions

View File

@@ -328,11 +328,6 @@ namespace Bit.iOS.Autofill
}
}
private bool CanProvideCredentialOnPasskeyRequest(CipherView cipherView)
{
return _context.PasskeyCredentialRequest != null && !cipherView.Login.HasFido2Credentials;
}
private void OnConfirmingNewCredential()
{
MainThread.BeginInvokeOnMainThread(() =>