Skip to content

Commit

Permalink
fix exhaustiveDeps signin
Browse files Browse the repository at this point in the history
  • Loading branch information
roxylius committed Dec 10, 2024
1 parent 9cd943c commit aaa6b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/auth/signIn/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function SignIn() {
setLoading(false);
}
},
[formData, navigate, server_url] // Include all external dependencies
[formData, navigate] // Include all external dependencies
);

// Submit the form when quick login role changes
Expand Down

0 comments on commit aaa6b63

Please sign in to comment.