mirror of
https://github.com/bitwarden/mobile
synced 2026-02-09 04:49:55 +00:00
PM-6538 Removed non-discoverable passkeys filter for credentials that go to the ASStore (#3117)
This commit is contained in:
committed by
GitHub
parent
ae3cebb266
commit
bdf2ea879d
@@ -144,11 +144,6 @@ namespace Bit.iOS.Core.Utilities
|
||||
return ToPasswordCredentialIdentity(cipher);
|
||||
}
|
||||
|
||||
if (!cipher.Login.MainFido2Credential.DiscoverableValue)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return new ASPasskeyCredentialIdentity(cipher.Login.MainFido2Credential.RpId,
|
||||
cipher.Login.GetMainFido2CredentialUsername(),
|
||||
NSData.FromArray(cipher.Login.MainFido2Credential.CredentialId.GuidToRawFormat()),
|
||||
|
||||
Reference in New Issue
Block a user