You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The migration guide is correct and this is the reason you're getting the normal lock showing up. We have a different entry point for passwordless, so you have to import it like this: import Auth0LockPasswordless from 'auth0-lock/passwordless';
Excited that #1070 had been merged... I am now trying to migrate from
auth0-lock-passwordless
to this module, using React.My code:
(previously I would have called
lock.magiclink()
)This is still showing a form with the username/password instead of just an email.
On the connections tab, the client has Passwordless (email) enabled and Username-Password-Authentication database disabled.
BTW The migration guide mentions
auth0-lock/passwordless
which perhaps should beauth0-lock
?The text was updated successfully, but these errors were encountered: