diff --git a/v2/emailpassword/custom-ui/email-password-login.mdx b/v2/emailpassword/custom-ui/email-password-login.mdx index 71755aa77..c1b85b51b 100644 --- a/v2/emailpassword/custom-ui/email-password-login.mdx +++ b/v2/emailpassword/custom-ui/email-password-login.mdx @@ -41,7 +41,7 @@ async function signUpClicked(email: string, password: string) { }) if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax), @@ -92,7 +92,7 @@ async function signUpClicked(email: string, password: string) { }) if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax), @@ -343,7 +343,7 @@ async function signInClicked(email: string, password: string) { }) if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax). diff --git a/v2/emailpassword/custom-ui/forgot-password.mdx b/v2/emailpassword/custom-ui/forgot-password.mdx index c131b5f05..9a78f7222 100644 --- a/v2/emailpassword/custom-ui/forgot-password.mdx +++ b/v2/emailpassword/custom-ui/forgot-password.mdx @@ -45,7 +45,7 @@ async function sendEmailClicked(email: string) { }); if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax). @@ -84,7 +84,7 @@ async function signUpClicked(email: string) { }); if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax). diff --git a/v2/thirdpartyemailpassword/custom-ui/email-password-login.mdx b/v2/thirdpartyemailpassword/custom-ui/email-password-login.mdx index 9fdaf522a..24e358886 100644 --- a/v2/thirdpartyemailpassword/custom-ui/email-password-login.mdx +++ b/v2/thirdpartyemailpassword/custom-ui/email-password-login.mdx @@ -44,7 +44,7 @@ async function signUpClicked(email: string, password: string) { }) if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax), @@ -95,7 +95,7 @@ async function signUpClicked(email: string, password: string) { }) if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax), @@ -346,7 +346,7 @@ async function signInClicked(email: string, password: string) { }) if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax). diff --git a/v2/thirdpartyemailpassword/custom-ui/forgot-password.mdx b/v2/thirdpartyemailpassword/custom-ui/forgot-password.mdx index c131b5f05..9a78f7222 100644 --- a/v2/thirdpartyemailpassword/custom-ui/forgot-password.mdx +++ b/v2/thirdpartyemailpassword/custom-ui/forgot-password.mdx @@ -45,7 +45,7 @@ async function sendEmailClicked(email: string) { }); if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax). @@ -84,7 +84,7 @@ async function signUpClicked(email: string) { }); if (response.status === "FIELD_ERROR") { - // one of the input formFields failed validaiton + // one of the input formFields failed validation response.formFields.forEach(formField => { if (formField.id === "email") { // Email validation failed (for example incorrect email syntax).