mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
PM-5731 Fix build updating discoverable flag
This commit is contained in:
@@ -139,7 +139,7 @@ namespace Bit.iOS.Core.Utilities
|
|||||||
return ToPasswordCredentialIdentity(cipher);
|
return ToPasswordCredentialIdentity(cipher);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!cipher.Login.MainFido2Credential.IsDiscoverable)
|
if (!cipher.Login.MainFido2Credential.DiscoverableValue)
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user