From 8651bf65dd560bd0df49773e807eb26f944665af Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 17 Aug 2020 23:16:45 -0600 Subject: [PATCH] Always use the state --- src/components/LoginView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,