Skip to content

Commit 02395a4

Browse files
Update src/features/Auth/v1/Pages/LoginPage.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4cb4493 commit 02395a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/Auth/v1/Pages/LoginPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const LoginPage = () => {
7272
setServerError(message);
7373
}
7474
},
75-
[loginMutation, navigate],
75+
[loginMutation, navigate, validateFields],
7676
);
7777

7878
return (

0 commit comments

Comments
 (0)