From 9f389641f0dce6d5b11b7b5b758ce7befe742aaf Mon Sep 17 00:00:00 2001 From: Vincent Kraus Date: Fri, 21 Jul 2023 14:10:20 +0200 Subject: [PATCH] chore: edit text --- docs/kratos/social-signin/09_ory.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/kratos/social-signin/09_ory.mdx b/docs/kratos/social-signin/09_ory.mdx index a9fdbe575..99cc4bbfa 100644 --- a/docs/kratos/social-signin/09_ory.mdx +++ b/docs/kratos/social-signin/09_ory.mdx @@ -91,8 +91,7 @@ local claims = { // enumeration attacks, if the value is used for // verification or as a password login identifier. // - // Therefore we only return the email if it (a) exists and (b) is marked verified - // by Apple. + // Therefore we only return the email if it (a) exists and (b) is marked verified. [if 'email' in claims && claims.email_verified then 'email' else null]: claims.email, }, }, @@ -122,8 +121,7 @@ local claims = { // enumeration attacks, if the value is used for // verification or as a password login identifier. // - // Therefore we only return the email if it (a) exists and (b) is marked verified - // by Apple. + // Therefore we only return the email if it (a) exists and (b) is marked verified. [if 'email' in claims && claims.email_verified then 'email' else null]: claims.email, }, },