Skip to content

Commit 14016d0

Browse files
authored
chore(core): remove redundant "email" from OAuthScope type definition (aws-amplify#14017)
remove redundant "email" from OAuthScope type definition
1 parent af13e13 commit 14016d0

File tree

1 file changed

+0
-1
lines changed
  • packages/core/src/singleton/Auth

1 file changed

+0
-1
lines changed

packages/core/src/singleton/Auth/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ export type OAuthScope =
194194
| 'email'
195195
| 'openid'
196196
| 'phone'
197-
| 'email'
198197
| 'profile'
199198
| 'aws.cognito.signin.user.admin'
200199
| CustomScope;

0 commit comments

Comments
 (0)