Skip to content
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

docs: fixes the biometrics option in docs #247

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
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 documentation/pages/personal/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dcli configure save-master-password false
You can unlock the CLI with your biometrics (Touch ID, Face ID) if your machine supports it (only macOS for now).

```sh copy
dcli configure user-presence --method biometric
dcli configure user-presence --method biometrics
```

And to disable it:
Expand Down
2 changes: 1 addition & 1 deletion documentation/pages/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ refer to the [security whitepaper](https://www.dashlane.com/download/whitepaper-

- You can disable the use of the OS keychain by using the command `dcli configure save-master-password false`. In this case,
you will be asked for the master password every time you start the application.
- You can enable biometrics unlock by using the command `dcli configure user-presence --method biometric`. In this case, you will be
- You can enable biometrics unlock by using the command `dcli configure user-presence --method biometrics`. In this case, you will be
asked for a user presence check (e.g. fingerprint) every time you start the application before the OS password management system is requested.