add name of ios setting

This commit is contained in:
fria 2025-01-29 15:17:46 -06:00 committed by GitHub
parent bc6a494be8
commit 9515caa29c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ They put the odds for Touch ID around [1 in 50,000](https://support.apple.com/en
### Additional Considerations
You'll likely want an implementation with some protection against another person pointing your phone at your face to unlock it. iOS allows you to enable a setting where you need to be looking at the phone before it will unlock, look for a similar feature when shopping for a device.
You'll likely want an implementation with some protection against another person pointing your phone at your face to unlock it. iOS allows you to enable a setting where you need to be looking at the phone before it will unlock (called "Require Attention for Face ID), look for a similar feature when shopping for a device.
Some devices allow for unlocking with a facemask. This is less secure than without a facemask, so keep that in mind when enabling this setting.