Skip to content

fix: the path to the biometrics plugin #634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/biometrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
A plugin that allows you to authenticate users with biometrics, such as fingerprints, facial recognition, etc.

> **Note**
This plugin replaces [@nativescript/fingerprint-auth](../fingerprint-auth).
This plugin replaces [@nativescript/fingerprint-auth](../plugins/fingerprint-auth).

### Prerequisites:
Before you can verify a user’s biometrics, the device must already have biometric data (such as fingerprints or a face scan) enrolled at the system level. This enrollment is handled by the device’s operating system settings—your app or this plugin does not capture or store biometric data directly. Users must set up biometrics through their device’s security settings (e.g., `Settings` > `Security` > `Biometrics` on Android, or `Settings` > `Face ID` & `Passcode` on iOS).
Expand Down