First thing I'd like to be able to do is append the user email as a url param for when we link out to the website contact form. I've setup the contact form on the website to be able to pre-fill in the email input when a specific URL param exists. But we don't have the dashboard user's email available to use as a variable.
Use would like the current {{ store.auth.username }} but for {{ store.auth.useremail }}.
Once that's available I can do the linking and code after.