0
0
Fork 0

Always use the state

This commit is contained in:
Oliver-Akins 2020-08-17 23:16:45 -06:00
parent b5dd004d96
commit 8651bf65dd

View file

@ -21,7 +21,7 @@ export default {
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.`,
auth_base: `https://accounts.spotify.com/authorize`,
use_state: process.env.NODE_ENV === `production`,
use_state: true,
client_id: `3a1795e9d55445b0aa0c05dd74c866fb`,
scopes: [
`user-top-read`,