From bde7419a72660db15bf517b8f4b898ffa8116402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B3=E6=A0=8B=E6=A0=8B?= Date: Wed, 5 Nov 2025 12:03:56 +0800 Subject: [PATCH 1/2] fix: support trial account --- src/components/ContactUs.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ContactUs.tsx b/src/components/ContactUs.tsx index 325e03a..b09c609 100644 --- a/src/components/ContactUs.tsx +++ b/src/components/ContactUs.tsx @@ -126,7 +126,7 @@ export const ContactUs = ({ - Username + First and Last Name From 097478d3be8cbacb24769b3cb56b067b605b65b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B3=E6=A0=8B=E6=A0=8B?= Date: Wed, 5 Nov 2025 12:04:48 +0800 Subject: [PATCH 2/2] fix: support trial account --- src/components/ContactUs.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ContactUs.tsx b/src/components/ContactUs.tsx index b09c609..bfb3467 100644 --- a/src/components/ContactUs.tsx +++ b/src/components/ContactUs.tsx @@ -131,6 +131,7 @@ export const ContactUs = ({ type="text" name="username" value={formData?.username} + placeholder='Name' error={!_.isEmpty(errors?.username)} onChange={handleChange} />