diff --git a/pages/login.tsx b/pages/login.tsx index 779cd6d..6543f99 100644 --- a/pages/login.tsx +++ b/pages/login.tsx @@ -44,7 +44,7 @@ const Login: NextPage = () => { ); const signInMutation = useMutation({ - queryKey: ["SignIn"], + mutationKey: ["SignIn"], mutationFn: SignIn, onSuccess: async (data) => { console.log(data);