Skip to content

Commit

Permalink
Merge pull request #2018 from kaloudis/security-reset-auth-attempts-bio
Browse files Browse the repository at this point in the history
Security: reset authentication attempt count on sucessful biometric verification
  • Loading branch information
kaloudis authored Mar 4, 2024
2 parents 5bc0ce2 + 9f1b537 commit b66d155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/Lockscreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default class Lockscreen extends React.Component<
);

if (isVerified) {
this.resetAuthenticationAttempts();
SettingsStore.setLoginStatus(true);
navigation.navigate('Wallet');
return;
Expand Down

0 comments on commit b66d155

Please sign in to comment.