Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbrokaw committed Jan 3, 2025
1 parent 0ccda11 commit 1a4f440
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const TestComponent = () => {
) : (
<button
onClick={() => {
// The function will be mocked, but Typescript doesn't know that
// eslint-disable-next-line @typescript-eslint/no-floating-promises
signIn("[email protected]", "password")
.then(() => {})
.catch(() => {})
}}
>
Sign In
Expand Down

0 comments on commit 1a4f440

Please sign in to comment.