Skip to content

Commit

Permalink
Merge pull request #1311 from devlanda/fix-biometric-registration
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell authored Mar 29, 2024
2 parents a23f571 + 88a2052 commit eef7c74
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 eef7c74

Please sign in to comment.