Skip to content

Commit

Permalink
remove disable rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Familia committed Aug 3, 2023
1 parent 1010952 commit 9dc8be4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default function Login() {
// Couldn't create login flow
// handle the error
});
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

const submit = (event: React.FormEvent<HTMLFormElement>) => {
Expand Down

0 comments on commit 9dc8be4

Please sign in to comment.