diff --git a/_articles/account/biometrics.md b/_articles/account/biometrics.md index 20fac4a7..49b687e4 100644 --- a/_articles/account/biometrics.md +++ b/_articles/account/biometrics.md @@ -69,7 +69,11 @@ To enable Unlock with Biometrics for your Desktop app: {% image /biometrics/windows.png Unlock with Windows Hello %} -Once enabled, a new button will be presented on the Unlock screen: +Once enabled, the Desktop app will automatically prompt for your biometric method to unlock your Vault. You can turn off automatic-prompting from the same menu using the **Do not prompt...** option: + +{% image /biometrics/auto-off.png Unlock with Windows Hello %} + +Regardless of your auto-prompt selection, a new button will be presented on the Unlock screen for unlocking your Vault: {% image /biometrics/hello-unlock.png Unlock with Windows Hello %} @@ -127,6 +131,10 @@ Once enabled, a new button will be presented on the Unlock screen: {% image /biometrics/be-bio-unlock.png Unlock with Biometrics %} +{% callout success %} +Your Desktop app needs to be **Logged In** but does not need to be **Unlocked** to unlock a Browser Extension with biometrics. +{% endcallout %} + {% endcapture %} {{ browser_extension | markdownify}} diff --git a/images/biometrics/auto-off.png b/images/biometrics/auto-off.png new file mode 100644 index 00000000..8fdb600e Binary files /dev/null and b/images/biometrics/auto-off.png differ