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
I use Auth0 Lock in my web site Angular 2.
I have created a lock with signup and signin.
I would like to know what action the use did. If he use signup or signin.
If it does signin, it means that it does not have an account in my database and on Auth0 and my following code is specific to this case.
Hi,
I use Auth0 Lock in my web site Angular 2.
I have created a lock with signup and signin.
I would like to know what action the use did. If he use signup or signin.
If it does signin, it means that it does not have an account in my database and on Auth0 and my following code is specific to this case.
I use in my code :
but I have an exception in my console (title).
How do I know what action has been taken by the user?
Thanks
The text was updated successfully, but these errors were encountered: