From 16fa4f4c9813615a2e872a11b123442cafac0e0a Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 16 Mar 2026 03:39:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20ID=20=ED=95=84=EB=93=9C=20autoComplete=20o?= =?UTF-8?q?ff=20(=EC=9D=B4=EB=A9=94=EC=9D=BC=20=EC=9C=A0=ED=9A=A8=EC=84=B1?= =?UTF-8?q?=20=EA=B2=80=EC=82=AC=20=EC=98=A4=EB=A5=98=20=EB=B0=A9=EC=A7=80?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/admin/login/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/login/page.tsx b/app/admin/login/page.tsx index 1545aab..dc2b3fb 100644 --- a/app/admin/login/page.tsx +++ b/app/admin/login/page.tsx @@ -56,7 +56,7 @@ export default function AdminLoginPage() { value={id} onChange={(e) => setId(e.target.value)} required - autoComplete="username" + autoComplete="off" className="w-full bg-slate-800 border border-slate-600 rounded-lg px-4 py-2.5 text-white text-sm placeholder-slate-500 focus:outline-none focus:border-red-500 focus:ring-1 focus:ring-red-500 transition" placeholder="관리자 ID 입력" />