Always use the state
This commit is contained in:
parent
b5dd004d96
commit
8651bf65dd
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default {
|
||||||
data() { return {
|
data() { return {
|
||||||
alert: `We will only be able to access your top tracks and artists, nothing else. This is also only done on your browser. Our servers do not see any of the data from your account.`,
|
alert: `We will only be able to access your top tracks and artists, nothing else. This is also only done on your browser. Our servers do not see any of the data from your account.`,
|
||||||
auth_base: `https://accounts.spotify.com/authorize`,
|
auth_base: `https://accounts.spotify.com/authorize`,
|
||||||
use_state: process.env.NODE_ENV === `production`,
|
use_state: true,
|
||||||
client_id: `3a1795e9d55445b0aa0c05dd74c866fb`,
|
client_id: `3a1795e9d55445b0aa0c05dd74c866fb`,
|
||||||
scopes: [
|
scopes: [
|
||||||
`user-top-read`,
|
`user-top-read`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue