From a224e73a99d8fb5cea7838c2817106c68ee91057 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Sun, 26 Nov 2023 16:23:11 +0530 Subject: [PATCH] small change --- .../signup-form/customising-each-form-field.mdx | 4 ++-- .../signup-form/customising-each-form-field.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/emailpassword/common-customizations/signup-form/customising-each-form-field.mdx b/v2/emailpassword/common-customizations/signup-form/customising-each-form-field.mdx index d7829720e..095ea745a 100644 --- a/v2/emailpassword/common-customizations/signup-form/customising-each-form-field.mdx +++ b/v2/emailpassword/common-customizations/signup-form/customising-each-form-field.mdx @@ -265,7 +265,7 @@ SuperTokens.init({ }} value={value} name={name} - onChange={(e) => onChange!(e.target.value)}> + onChange={(e) => onChange(e.target.value)}> @@ -291,7 +291,7 @@ SuperTokens.init({ justifyContent: "left", marginBottom: " -12px", }}> - onChange!(e.target.checked.toString())}> + onChange(e.target.checked.toString())}> I agree to the{" "} diff --git a/v2/thirdpartyemailpassword/common-customizations/signup-form/customising-each-form-field.mdx b/v2/thirdpartyemailpassword/common-customizations/signup-form/customising-each-form-field.mdx index 8d45cc70a..d2e58d294 100644 --- a/v2/thirdpartyemailpassword/common-customizations/signup-form/customising-each-form-field.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/signup-form/customising-each-form-field.mdx @@ -265,7 +265,7 @@ SuperTokens.init({ }} value={value} name={name} - onChange={(e) => onChange!(e.target.value)}> + onChange={(e) => onChange(e.target.value)}> @@ -291,7 +291,7 @@ SuperTokens.init({ justifyContent: "left", marginBottom: " -12px", }}> - onChange!(e.target.checked.toString())}> + onChange(e.target.checked.toString())}> I agree to the{" "}