Skip to content

Commit

Permalink
#16 fix : useMutation muntationKey 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jun 27, 2024
1 parent c43e592 commit 22a665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Login: NextPage = () => {
);

const signInMutation = useMutation({
queryKey: ["SignIn"],
mutationKey: ["SignIn"],
mutationFn: SignIn,
onSuccess: async (data) => {
console.log(data);
Expand Down

0 comments on commit 22a665a

Please sign in to comment.