fix: 관리자 로그인 ID 필드 autoComplete off (이메일 유효성 검사 오류 방지)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 03:39:16 +09:00
parent b931438e51
commit 16fa4f4c98

View File

@@ -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 입력"
/>