Skip to content

Commit b92c737

Browse files
remove unnecessary auth scopes email and birthdate (#792)
1 parent df87519 commit b92c737

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spotify_player/src/auth.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ const OAUTH_SCOPES: &[&str] = &[
2424
"user-modify-playback-state",
2525
"user-modify-private",
2626
"user-personalized",
27-
"user-read-birthdate",
2827
"user-read-currently-playing",
29-
"user-read-email",
3028
"user-read-play-history",
3129
"user-read-playback-position",
3230
"user-read-playback-state",

0 commit comments

Comments
 (0)