diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-29 16:05:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 10:35:19 +0000 |
commit | 4c9413709d58594a6d2c1e2bdbf854ec4a7fc291 (patch) | |
tree | 927c818c22f0094974a4e0499f335da0260de076 /CHANGELOG.md | |
parent | 8b5be3f7857605dd0c152610fbf2fb750f717b67 (diff) |
Refactor BiometricAuthenticator and add proper support for retries (#1627)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 307f7a82..2c7d2018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. - .gpg-id file generated by APS did not work with pass CLI - All but the latest launcher shortcut would have an empty icon - When prompted to select a GPG key during onboarding, the app would crash if the user did not make a selection in OpenKeychain +- Biometric authentication prompts no longer inexplicably dismiss when an incorrect biometric is entered ### Changed |