Skip to content

Commit

Permalink
Merge branch 'stage' of https://github.com/HarperDB/hdbms into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
deliciousmonster committed Dec 13, 2024
2 parents 003ab62 + a24a8c4 commit bb5f2d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/auth/LocalSignIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function SignIn() {
}
}
};

const keyDown = (e) => {
if (e.code === 'Enter') {
setFormState({ submitted: true });
Expand Down

0 comments on commit bb5f2d5

Please sign in to comment.