@@ -121,7 +121,6 @@ const submit = () => {
location.href = url.search.replace("?redirect=", "");
} else {
location.href = "/dashboard";
- // router.push("/dashboard");
}
});