Account Setup

This could take a minute...
`; var social_signup_email = $('#social_signup_email').val(); after_signup_script = after_signup_script.replace(/{email}/gi, social_signup_email); try { eval(after_signup_script); } catch (e) { console.log(e); } }