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:
committed by
GitHub
parent
dee9524b2c
commit
477b1cca44
@@ -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(() =>
|
||||
|
||||
Reference in New Issue
Block a user