아이디 입력폼 플레이스홀더를 "아이디(이메일)"

This commit is contained in:
2025-10-29 21:42:37 +09:00
parent 2cc57f8a3d
commit 5af20e2105

View File

@@ -18,7 +18,7 @@ export default function LoginPage() {
type="text"
id="username"
className="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"
placeholder="아이디를 입력하세요"
placeholder="아이디(이메일)"
/>
</div>