+ 페이지를 찾을 수 없습니다. +
+{message}
diff --git a/src/components/features/auth/forgot-password.tsx b/src/components/features/auth/forgot-password.tsx index e3b64a73..6a39b889 100644 --- a/src/components/features/auth/forgot-password.tsx +++ b/src/components/features/auth/forgot-password.tsx @@ -36,7 +36,7 @@ export default function ForgotPassword({ isOpen, onClose }: ForgotPasswordProps) return (비밀번호 재설정
비밀번호 재설정 링크를 보내드립니다.
diff --git a/src/components/features/auth/form-fields.tsx b/src/components/features/auth/form-fields.tsx index b6e3070f..13ecbd04 100644 --- a/src/components/features/auth/form-fields.tsx +++ b/src/components/features/auth/form-fields.tsx @@ -36,7 +36,11 @@ export function SignUpFormFields({ isPending }: { isPending: boolean }) { caption="(닉네임 중복 불가, 최대 10자)" errorMsg={errors?.nickname?.message} > -