Skip to content

Commit

Permalink
Merge branch 'buttercup:master' into add-dutch-language
Browse files Browse the repository at this point in the history
  • Loading branch information
devlanda authored Mar 29, 2024
2 parents 5c9a36d + eef7c74 commit 147d9b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function BiometricRegistrationDialog() {
showError(info?.i18n && t(info.i18n) || err.message);
setPrompting(false);
});
}, [close, currentVault]);
}, [close, currentVault, password]);
const handleKeyPress = useCallback(event => {
if (event.key === "Enter") {
submitPassword();
Expand Down

0 comments on commit 147d9b4

Please sign in to comment.