const handleSpotifyConnect = async () => { if (!user) return; await connectSpotify(user.id); };