in public/js/account.js [60:69]
async handleSpotifyConnectionClicked() {
const isLinked = this.model.isLinked;
if (isLinked) {
await this.unlinkFromSpotify();
this.view.render();
} else {
this.connectToSpotify();
}
}