remove biometric support from ios

This commit is contained in:
miloschwartz
2026-01-21 18:13:12 -08:00
parent 8fa1701e06
commit fd9fdf6399

View File

@@ -134,9 +134,7 @@ function getPlatformPostureData(
}
// iOS: Biometric configuration
else if (normalizedPlatform === "ios") {
if (fingerprint.biometricsEnabled !== null && fingerprint.biometricsEnabled !== undefined) {
posture.biometricsEnabled = fingerprint.biometricsEnabled;
}
// none supported yet
}
// Android: Screen lock, Biometric configuration, Hard drive encryption
else if (normalizedPlatform === "android") {