#janderson-link-authenticationelement

1 messages · Page 1 of 1 (latest)

rugged girderBOT
spark cedar
#

I don't think we expose the Link email in that case but let me try

#

janderson-link-authenticationelement

#

Okay I just tried locally and we do expose the email

#
var linkAuthenticationElement = elements.create('linkAuthentication');
linkAuthenticationElement.mount('#link-authentication-element');

linkAuthenticationElement.on('change', (event) => {
  console.log('change event: ', JSON.stringify(event));
});```