# you should be able to use https://stripe.com/docs/js/elements_object/create_link_authentication_element#link_authentication_element_create-options-defaultValues-email
# const linkAuthenticationElement = elements.create("linkAuthentication", {defaultValues:{email:"test@example.com"}});
# obvious about the doc as I really looked at this doc for a while but didn't notice we could send email to linkAuthentication thanks!