From c0e3cd4cfaa00aed8678ca9425683030c6eb78c2 Mon Sep 17 00:00:00 2001 From: Edson Jordan Date: Thu, 30 Dec 2021 21:38:55 -0500 Subject: [PATCH] There was a bad redirection of the spotify logging from to localhost: 3000 --- src/spotify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spotify.js b/src/spotify.js index 112699b..a9539ff 100644 --- a/src/spotify.js +++ b/src/spotify.js @@ -1,6 +1,6 @@ export const authEndpoint = 'https://accounts.spotify.com/authorize'; -const redirectUri = 'http://localhost:3000/'; +const redirectUri = 'https://brave-rosalind-2f79e7.netlify.app/'; const clientId = '9cc88f0f2c82464991b253eb8b7d1cc2';