Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MonilBhavsar committed Oct 19, 2023
1 parent 439a3c4 commit 75b410e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function CodesStep({account = defaultAccount}) {
return;
}
Session.toggleTwoFactorAuth(true);
// eslint-disable-next-line react-hooks/exhaustive-deps -- We want to run this when component mounts
}, []);

return (
Expand Down

0 comments on commit 75b410e

Please sign in to comment.