Skip to content

Commit

Permalink
update: client id
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiz16 committed Jan 20, 2024
1 parent ed8bbbc commit 2e212dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var TOKEN = ""; // The token. Will be updated later.
var client_id = "193cfa8e636d4de4854bf6710873ac5c"; // Your client ID
var client_id = "2bc49405e00b4e35b6b24e9e895866fc"; // Your client ID
var redirect_uri = "https://kaiz16.github.io/spotify-clone-api"; // The deployment URL
var scope = "user-read-private user-read-email user-top-read"; // A space separated scopes.
function authorize() {
Expand Down

0 comments on commit 2e212dc

Please sign in to comment.