mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
remove biometric support from ios
This commit is contained in:
committed by
Owen Schwartz
parent
c8e1b3bf29
commit
be1577a3e7
@@ -134,9 +134,7 @@ function getPlatformPostureData(
|
|||||||
}
|
}
|
||||||
// iOS: Biometric configuration
|
// iOS: Biometric configuration
|
||||||
else if (normalizedPlatform === "ios") {
|
else if (normalizedPlatform === "ios") {
|
||||||
if (fingerprint.biometricsEnabled !== null && fingerprint.biometricsEnabled !== undefined) {
|
// none supported yet
|
||||||
posture.biometricsEnabled = fingerprint.biometricsEnabled;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// Android: Screen lock, Biometric configuration, Hard drive encryption
|
// Android: Screen lock, Biometric configuration, Hard drive encryption
|
||||||
else if (normalizedPlatform === "android") {
|
else if (normalizedPlatform === "android") {
|
||||||
|
|||||||
Reference in New Issue
Block a user