Update url in `signup/actions.ts`
This commit is contained in:
parent
67c9b757da
commit
720841b1df
|
@ -38,7 +38,7 @@ export async function signup(values: z.infer<typeof signupFormSchema>) {
|
||||||
}
|
}
|
||||||
console.log("Signed up");
|
console.log("Signed up");
|
||||||
revalidatePath("/", "layout");
|
revalidatePath("/", "layout");
|
||||||
redirect("/store/profile");
|
redirect("/marketplace/profile");
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue