Skip to content

Commit

Permalink
chore(core): remove redundant "email" from OAuthScope type definition (
Browse files Browse the repository at this point in the history
…#14017)

remove redundant "email" from OAuthScope type definition
  • Loading branch information
steinsag authored Nov 19, 2024
1 parent af13e13 commit 14016d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/singleton/Auth/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export type OAuthScope =
| 'email'
| 'openid'
| 'phone'
| 'email'
| 'profile'
| 'aws.cognito.signin.user.admin'
| CustomScope;
Expand Down

0 comments on commit 14016d0

Please sign in to comment.