diff --git a/apps/dokploy/pages/index.tsx b/apps/dokploy/pages/index.tsx index a778f50f4..d2ea83297 100644 --- a/apps/dokploy/pages/index.tsx +++ b/apps/dokploy/pages/index.tsx @@ -81,7 +81,6 @@ export default function Home({ IS_CLOUD }: Props) { const { data, error } = await authClient.signIn.email({ email: values.email, password: values.password, - callbackURL: "/dashboard/projects", }); if (error) {