Skip to content

Commit 5bb0cbf

Browse files
committed
feat: deploy
1 parent f08d77a commit 5bb0cbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/auth/SignupForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const SignupForm = ({ onLoadingChange }: SignupFormProps) => {
115115
};
116116

117117
const handleOtpSuccess = () => {
118-
router.push('/user');
118+
router.push('/auth');
119119
};
120120

121121
const handleResendOtp = async () => {

0 commit comments

Comments
 (0)