Don't force the dialogue
This allows Spotify to just automatically redirect the user so long as they have already authorized the app fully once.
This commit is contained in:
parent
6fcf24ee7a
commit
7785919899
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
|
@ -29,7 +29,7 @@ let app = new Vue({
|
|||
scopes: [
|
||||
`user-top-read`
|
||||
],
|
||||
show_dialog: true,
|
||||
show_dialog: false,
|
||||
use_state: false
|
||||
},
|
||||
user: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue