From c96c25ca9ffd011d67d92242e79a6bc2e13fec4d Mon Sep 17 00:00:00 2001 From: ispareh Date: Tue, 19 Aug 2025 14:40:04 +0330 Subject: [PATCH] feat: add autofocus to two-factor authentication input --- apps/dokploy/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dokploy/pages/index.tsx b/apps/dokploy/pages/index.tsx index df7b34e11..8127b41fd 100644 --- a/apps/dokploy/pages/index.tsx +++ b/apps/dokploy/pages/index.tsx @@ -329,6 +329,7 @@ export default function Home({ IS_CLOUD }: Props) { maxLength={6} pattern={REGEXP_ONLY_DIGITS} autoComplete="off" + autoFocus >