From 2bb4d2649659c637842787cfee2903ee544eec59 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Tue, 8 Jul 2025 13:43:50 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=A1=9C=EA=B7=B8=EC=9D=B8/?= =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=AC=B8=EA=B5=AC=20=EB=B0=8F=20?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Login.tsx | 2 +- src/components/pw-reset/PwResetForm.tsx | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/Login.tsx b/src/components/Login.tsx index 426bee9..6158eaf 100644 --- a/src/components/Login.tsx +++ b/src/components/Login.tsx @@ -185,7 +185,7 @@ export default function Login() { onKeyDown={(e) => handleKeyDown(e)} onChange={(e) => setAccount({ pwd: e.target.value })} /> - diff --git a/src/components/pw-reset/PwResetForm.tsx b/src/components/pw-reset/PwResetForm.tsx index 491fc31..31a02fe 100644 --- a/src/components/pw-reset/PwResetForm.tsx +++ b/src/components/pw-reset/PwResetForm.tsx @@ -108,15 +108,15 @@ export default function PwResetForm() { setPwd01(e.target.value)} /> - - {/*
※半角10文字以内
*/} +
※英文大文字·英文小文字·数字を含む8桁以上入力。
@@ -127,15 +127,14 @@ export default function PwResetForm() { setPwd02(e.target.value)} /> -
- {/*
※半角10文字以内
*/}