Skip to content

Commit

Permalink
chore: edit text
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Jul 21, 2023
1 parent 9141551 commit 9f38964
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/kratos/social-signin/09_ory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 9f38964

Please sign in to comment.