diff --git a/src/components/LoginView.vue b/src/components/LoginView.vue index e978745..cc4fa1f 100644 --- a/src/components/LoginView.vue +++ b/src/components/LoginView.vue @@ -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`,