From d24c788f288e0c037a99464ae2c26568df49ece7 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Sat, 25 Nov 2023 01:37:49 +0530 Subject: [PATCH] fixes code snippet --- .../signup-form/customising-each-form-field.mdx | 6 +++--- .../signup-form/customising-each-form-field.mdx | 6 +++--- 2 files changed, 6 insertions(+), 6 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 a3df2c349..9c1aa3def 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 @@ -261,11 +261,11 @@ SuperTokens.init({ fontSize: "14px", width: "100%", marginRight: "25px", - padding: "1px 0 1px 10px"; + padding: "1px 0 1px 10px" }} 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 08518d909..6f27b6f8f 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 @@ -261,11 +261,11 @@ SuperTokens.init({ fontSize: "14px", width: "100%", marginRight: "25px", - padding: "1px 0 1px 10px"; + padding: "1px 0 1px 10px" }} 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{" "}