From 50b0a5d61c7b67de2d7aaa6481b01133d8eab061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Vandormael?= Date: Tue, 18 Nov 2025 01:58:20 +0100 Subject: [PATCH] feat(auth): add autocomplete for 2FA OTP input --- apps/dokploy/pages/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/dokploy/pages/index.tsx b/apps/dokploy/pages/index.tsx index 8127b41fd..0e573eec8 100644 --- a/apps/dokploy/pages/index.tsx +++ b/apps/dokploy/pages/index.tsx @@ -328,7 +328,6 @@ export default function Home({ IS_CLOUD }: Props) { onChange={setTwoFactorCode} maxLength={6} pattern={REGEXP_ONLY_DIGITS} - autoComplete="off" autoFocus >