Skip to content

Commit

Permalink
remove logs from html
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientjpeg committed Mar 24, 2024
1 parent 14e5221 commit 3d10c45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@
});

let music = MusicKit.getInstance();
console.log(music);
let token = await music.authorize();
console.log(token);
window.location.href +=
"authorize?music-user-token=" + encodeURIComponent(token);
console.log("kk");
});
</script>
</html>

0 comments on commit 3d10c45

Please sign in to comment.