mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
update to netstandard2.0 and nuget ref packages
also removed old test projects no longer in use
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Bit.iOS.Core.Services
|
||||
return false;
|
||||
}
|
||||
|
||||
return context.BiometryType == LABiometryType.TypeFaceId;
|
||||
return context.BiometryType == LABiometryType.FaceId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user