File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dcli configure save-master-password false
64
64
You can unlock the CLI with your biometrics (Touch ID, Face ID) if your machine supports it (only macOS for now).
65
65
66
66
``` sh copy
67
- dcli configure user-presence --method biometric
67
+ dcli configure user-presence --method biometrics
68
68
```
69
69
70
70
And to disable it:
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ refer to the [security whitepaper](https://www.dashlane.com/download/whitepaper-
34
34
35
35
- You can disable the use of the OS keychain by using the command ` dcli configure save-master-password false ` . In this case,
36
36
you will be asked for the master password every time you start the application.
37
- - You can enable biometrics unlock by using the command ` dcli configure user-presence --method biometric ` . In this case, you will be
37
+ - You can enable biometrics unlock by using the command ` dcli configure user-presence --method biometrics ` . In this case, you will be
38
38
asked for a user presence check (e.g. fingerprint) every time you start the application before the OS password management system is requested.
You can’t perform that action at this time.
0 commit comments