Skip to content

Commit

Permalink
show dialog on login
Browse files Browse the repository at this point in the history
  • Loading branch information
plamere committed Mar 13, 2016
1 parent c4bfcfb commit 7c4128f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ function loginWithSpotifyForAuth() {
scopes += " user-top-read"

var url = 'https://accounts.spotify.com/authorize?client_id=' + client_id +
'&response_type=code&show_dialog=false' +
'&response_type=code' +
'&show_dialog=true' +
'&scope=' + scopes +
'&redirect_uri=' + encodeURIComponent(auth_redirect_uri);

Expand Down

0 comments on commit 7c4128f

Please sign in to comment.