summaryrefslogtreecommitdiff
path: root/src-migrate/modules/register/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-20 15:53:01 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-20 15:53:01 +0700
commit0427b70917d7623d5de1969b99e9c198c38ccca7 (patch)
treec2a4774a3f6ded5ab2f279e0533dece9142a3325 /src-migrate/modules/register/components
parent1d3f68f4a61bb084938523dea2869087f915bf61 (diff)
<iman< update new register
Diffstat (limited to 'src-migrate/modules/register/components')
-rw-r--r--src-migrate/modules/register/components/Form.tsx2
-rw-r--r--src-migrate/modules/register/components/RegistrasiBisnis.tsx3
2 files changed, 3 insertions, 2 deletions
diff --git a/src-migrate/modules/register/components/Form.tsx b/src-migrate/modules/register/components/Form.tsx
index 7d18f4ee..78566fae 100644
--- a/src-migrate/modules/register/components/Form.tsx
+++ b/src-migrate/modules/register/components/Form.tsx
@@ -152,7 +152,7 @@ const Form: React.FC<FormProps> = ({ type, required }) => {
{type==='individu' && (
<>
- <FormCaptcha />
+ {/* <FormCaptcha /> */}
<TermCondition />
<button
diff --git a/src-migrate/modules/register/components/RegistrasiBisnis.tsx b/src-migrate/modules/register/components/RegistrasiBisnis.tsx
index 2c429f2d..e454ff9c 100644
--- a/src-migrate/modules/register/components/RegistrasiBisnis.tsx
+++ b/src-migrate/modules/register/components/RegistrasiBisnis.tsx
@@ -132,6 +132,8 @@ const RegistrasiBisnis = () => {
)}
</div>
</div>
+ <h1 className=""></h1>
+ <FormCaptcha />
<TermCondition />
<button
type="submit"
@@ -141,7 +143,6 @@ const RegistrasiBisnis = () => {
>
{mutation.isLoading ? 'Loading...' : 'Daftar'}
</button>
- <FormCaptcha />
</>
);
};