summaryrefslogtreecommitdiff
path: root/src-migrate/modules/register/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/register/index.tsx')
-rw-r--r--src-migrate/modules/register/index.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src-migrate/modules/register/index.tsx b/src-migrate/modules/register/index.tsx
index 0308e397..39f4771c 100644
--- a/src-migrate/modules/register/index.tsx
+++ b/src-migrate/modules/register/index.tsx
@@ -163,7 +163,7 @@ const Register = () => {
)}
</div>
<section className='mt-2'>
- <FormCaptcha />
+ {/* <FormCaptcha /> */}
<TermCondition />
<Button
type='submit'
@@ -172,7 +172,8 @@ const Register = () => {
size='lg'
onClick={handleSubmit}
isDisabled={
- !isCheckedTNC || mutation.isLoading || !isValidCaptcha
+ // !isCheckedTNC || mutation.isLoading || !isValidCaptcha
+ !isCheckedTNC || mutation.isLoading
}
>
{mutation.isLoading ? 'Loading...' : 'Daftar'}