mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01:00
PM-5731 Fix build updating discoverable flag
This commit is contained in:
parent
eae84ded42
commit
7469dad35a
@ -139,7 +139,7 @@ namespace Bit.iOS.Core.Utilities
|
||||
return ToPasswordCredentialIdentity(cipher);
|
||||
}
|
||||
|
||||
if (!cipher.Login.MainFido2Credential.IsDiscoverable)
|
||||
if (!cipher.Login.MainFido2Credential.DiscoverableValue)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user