Skip to content

Commit

Permalink
Test: Permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Naushikha committed May 12, 2021
1 parent 21979f1 commit d1494bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async function handleAuthorization(request) {
var state = "SPOTIFY_WIDGET"; // TODO: No use? remove?
var url = new URL(request.url);
var callback_url = `${url.protocol}//${url.hostname}/callback`;
var scope = "user-read-private user-read-email";
var scope = "user-read-currently-playing";
var params = {
response_type: "code",
client_id: CLIENT_ID,
Expand Down

0 comments on commit d1494bd

Please sign in to comment.