
Congratulations, !
const urlParams = new URLSearchParams(window.location.search);
const name = urlParams.get('first_name');
if (name) {
document.getElementById('user-name').textContent = name;
}
Your access link for the weekly calls has been sent to your inbox. Please check your email.