1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +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:
Matt Portune
2020-10-07 12:18:36 -04:00
committed by GitHub
parent 8f533bc576
commit 37e19d9a60
6 changed files with 35 additions and 12 deletions

View File

@@ -8,7 +8,9 @@ namespace Bit.iOS.Extension
{
public LockPasswordViewController(IntPtr handle)
: base(handle)
{ }
{
BiometricIntegrityKey = "extensionBiometricState";
}
public LoadingViewController LoadingController { get; set; }
public override UINavigationItem BaseNavItem => NavItem;