Skip to content

Commit

Permalink
fix: πŸ› Fixed broken scope request
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLambrecht committed Oct 25, 2019
1 parent 33ddcc8 commit 5ab6daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/init/LoginScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
return (
`https://accounts.spotify.com/authorize?client_id=${config.spotify.client_id}&` +
'response_type=code&' +
`state=${this.authState}` +
`state=${this.authState}&` +
`scope=${getScopes()}&` +
`redirect_uri=${encodeURIComponent(
`${window.location.protocol}//${window.location.host}/init`
Expand Down

0 comments on commit 5ab6daf

Please sign in to comment.