Skip to content

Commit b0ca267

Browse files
committed
feat: 회원가입 기능 구현
1 parent 42f7179 commit b0ca267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Join/JoinButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const JoinButton = () => {
8080
}
8181
},
8282
onSuccess: () => {
83-
navigate('/*');
83+
navigate('/login');
8484
},
8585
},
8686
);

0 commit comments

Comments
 (0)