fix: 관리자 로그인 ID 필드 autoComplete off (이메일 유효성 검사 오류 방지)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -56,7 +56,7 @@ export default function AdminLoginPage() {
|
|||||||
value={id}
|
value={id}
|
||||||
onChange={(e) => setId(e.target.value)}
|
onChange={(e) => setId(e.target.value)}
|
||||||
required
|
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"
|
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 입력"
|
placeholder="관리자 ID 입력"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user