How to get email and password from Auth0 Provider

My react app is using < Auth0Provider />.

I need to post user email and password to another server when the email and password is failed to auth0.

Is there way to get email and password that user typed in auth0 login form?

Hi @hyun.park,

No, you cannot access the email and password field from the Universal Login form (assuming you are using universal login).