summaryrefslogtreecommitdiff
path: root/components/signup
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-17 19:53:17 +0900
committerjoonhoekim <26rote@gmail.com>2025-09-17 19:53:17 +0900
commit6f29745d35fc5b609b8aae35a63bc89cf68dfe9a (patch)
tree41491ebe2579c4725ef63f14e1cd95f960fb5968 /components/signup
parent06064536f55e596b65c1b019ae1b84e7b13b6cb4 (diff)
(김준회) 한국업체 법인등록번호 필수값에서 제외, taxId 입력시 10자리 숫자 아니면 한국업체 taxid 아니라고 경고 UI 추가
Diffstat (limited to 'components/signup')
-rw-r--r--components/signup/join-form.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/signup/join-form.tsx b/components/signup/join-form.tsx
index cbf6a2f7..2dd07959 100644
--- a/components/signup/join-form.tsx
+++ b/components/signup/join-form.tsx
@@ -1562,7 +1562,7 @@ function CompleteVendorForm({
</div>
<div>
<label className="block text-sm font-medium mb-1">
- {t('corporateRegistrationNumber')} <span className="text-red-500">*</span>
+ {t('corporateRegistrationNumber')}
</label>
<Input
value={data.corporateRegistrationNumber}