auth0 / lock-passwordless

Auth0 Lock Passwordless [DEPRECATED]
MIT License
90 stars 29 forks source link

Prefill E-Mail Address #149

Closed kohlera closed 6 years ago

kohlera commented 6 years ago

is it possible to prefill the email adress when using this.lock.emailcode(options, this._doAuthentication.bind(this));

By adding options.prefill = {email: 'someone@example.com'} it does not work.

luisrudge commented 6 years ago

This is supported in the new version: https://github.com/auth0/lock

fredicious commented 5 years ago

The prefill option with Auth0LockPasswordless is not working in the V11.

Pluto1010 commented 5 years ago

Any updates on this? Would also like to prefill the field for email or the phone number while using Passwordless mode.

luisrudge commented 5 years ago

This was just added in the latest version of Auth0LockPasswordlesss: https://github.com/auth0/lock/blob/master/CHANGELOG.md#v11110-2018-10-23