Skip to content

Commit

Permalink
#16 fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jul 3, 2024
1 parent 5a6f2a2 commit 17f4309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/hooks/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function useSignUp(userData: userProps) {
mutationKey: ["signUp"],
mutationFn: () => SignUp(userData),
onSuccess: () => {
route.push("/success");
router.push("/success");
},
onError: (error: Error) => {
window.alert("다시 회원가입해주세요.");
Expand Down

0 comments on commit 17f4309

Please sign in to comment.