mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 22:03:27 +00:00
Support for storing multiple biometric integrity states for iOS (#1110)
* support for storing multiple biometric integrity states for iOS * remove unused var & save new extension bio state upon password validation
This commit is contained in:
@@ -7,7 +7,9 @@ namespace Bit.iOS.Autofill
|
||||
{
|
||||
public LockPasswordViewController(IntPtr handle)
|
||||
: base(handle)
|
||||
{ }
|
||||
{
|
||||
BiometricIntegrityKey = "autofillBiometricState";
|
||||
}
|
||||
|
||||
public CredentialProviderViewController CPViewController { get; set; }
|
||||
public override UINavigationItem BaseNavItem => NavItem;
|
||||
|
||||
Reference in New Issue
Block a user