summaryrefslogtreecommitdiff
path: root/src-migrate/modules/register/index.tsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-26 15:09:25 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-26 15:09:25 +0700
commit8a6578b299c6fd26e2ef63b88cf7ebb522a83538 (patch)
tree04f87efdef4baf020c9766f0a8e6fe1be4dfe2bb /src-migrate/modules/register/index.tsx
parent6e02e43d6df8b73a61ab59502abe941aeb83f799 (diff)
<iman> chapta comment to avoid error
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 bb94d170..31e09088 100644
--- a/src-migrate/modules/register/index.tsx
+++ b/src-migrate/modules/register/index.tsx
@@ -140,7 +140,7 @@ const Register = () => {
)}
</div>
<section className="mt-2">
- <FormCaptcha />
+ {/* <FormCaptcha /> */}
<TermCondition />
<Button
type="submit"
@@ -148,7 +148,8 @@ const Register = () => {
className="w-full mt-2"
size='lg'
onClick={handleSubmit}
- isDisabled = {!isFormValid || !isCheckedTNC || mutation.isLoading || !isValidCaptcha}
+ // isDisabled = {!isFormValid || !isCheckedTNC || mutation.isLoading || !isValidCaptcha}
+ isDisabled = {!isFormValid || !isCheckedTNC || mutation.isLoading}
>
{mutation.isLoading ? 'Loading...' : 'Daftar'}
</Button>