0
0
Fork 0

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:
Tyler 2020-07-08 10:43:04 -06:00 committed by GitHub
parent 6fcf24ee7a
commit 7785919899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
app.js
View file

@ -29,7 +29,7 @@ let app = new Vue({
scopes: [ scopes: [
`user-top-read` `user-top-read`
], ],
show_dialog: true, show_dialog: false,
use_state: false use_state: false
}, },
user: { user: {