Skip to content

Commit

Permalink
fix(spotify): redirect to spotify integration (#2772)
Browse files Browse the repository at this point in the history
Fixes #2767
  • Loading branch information
sogehige committed Oct 10, 2019
1 parent e89d488 commit 1971ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/oauth/spotify.html
Expand Up @@ -52,7 +52,7 @@
if (urlState === state) {
$('#stateOk').removeClass('d-none')
socket.emit('code', urlCode, (err, cb) => {
window.location.href = window.location.origin + "/#integrations-spotify"
window.location.href = window.location.origin + "/#/settings/integrations/spotify"
})
} else {
$('#stateError').removeClass('d-none')
Expand Down

0 comments on commit 1971ab8

Please sign in to comment.