From f462af43def64c9e52bf583bc04f82783170a1cd Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Tue, 30 Jul 2024 10:34:44 +0530 Subject: [PATCH] vfixes typo --- v2/emailpassword/custom-ui/email-password-login.mdx | 6 +++--- v2/emailpassword/custom-ui/forgot-password.mdx | 4 ++-- .../custom-ui/email-password-login.mdx | 6 +++--- v2/thirdpartyemailpassword/custom-ui/forgot-password.mdx | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) 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).