summaryrefslogtreecommitdiff
path: root/src-migrate/modules/register/components
diff options
context:
space:
mode:
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 />
</>
);
};