From 250c14738cbac0816b11be321ced941de6e17ef3 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 26 Oct 2024 19:32:29 -0600 Subject: [PATCH] refactor: remove register when is self hosted --- apps/dokploy/pages/index.tsx | 14 ++++++++------ apps/dokploy/pages/swagger.tsx | 1 - 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/apps/dokploy/pages/index.tsx b/apps/dokploy/pages/index.tsx index f30877f1..b5c049e1 100644 --- a/apps/dokploy/pages/index.tsx +++ b/apps/dokploy/pages/index.tsx @@ -178,12 +178,14 @@ export default function Home({ IS_CLOUD }: Props) {