0
0
Fork 0

Update redirect URI

This commit is contained in:
Oliver 2020-07-18 20:57:47 -06:00 committed by GitHub
parent b424051a03
commit 510e4aeeb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
app.js
View file

@ -24,7 +24,7 @@ var vue_config = {
auth: { auth: {
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.`, 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.`,
base_url: `https://accounts.spotify.com/authorize`, base_url: `https://accounts.spotify.com/authorize`,
redirect: `http://tyler.akins.me/top-lists`, redirect: `http://oliver.akins.me/top-lists`,
client_id: `3a1795e9d55445b0aa0c05dd74c866fb`, client_id: `3a1795e9d55445b0aa0c05dd74c866fb`,
scopes: [ scopes: [
`user-top-read` `user-top-read`
@ -81,4 +81,4 @@ var vue_config = {
this.show.modal.playlist_export = false; this.show.modal.playlist_export = false;
} }
} }
}; };