We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 428150a + 0e0bcb4 commit dae3220Copy full SHA for dae3220
1 file changed
auth/auth.go
@@ -395,6 +395,7 @@ func getOAuth2Scopes() []string {
395
"block.read",
396
"mute.read",
397
"like.read",
398
+ "users.email",
399
}
400
401
writeScopes := []string{
0 commit comments