diff --git a/src/app/(marketing)/profile/_hooks/useDeleteProfile.ts b/src/app/(marketing)/profile/_hooks/useDeleteProfile.ts index 1c2a3bc1c8..50cb08c8e0 100644 --- a/src/app/(marketing)/profile/_hooks/useDeleteProfile.ts +++ b/src/app/(marketing)/profile/_hooks/useDeleteProfile.ts @@ -19,7 +19,7 @@ export const useDeleteProfile = () => { const submitWithSign = useSubmitWithSign(createProfile, { onSuccess: () => { revalidateProfile() - router.replace("/create-profile") + router.replace("/create-profile/claim-pass") toast({ variant: "success", title: "Successfully deleted profile",