@@ -108,7 +108,7 @@ const {
validationErrors,
execute: submitForm,
} = useSubmitHandler({
- onSuccess: () => router.push({ name: "HomePage" }),
+ onSuccess: () => router.push({ name: "DashboardPage" }),
formRef: formRef,
});