Pre populate Email Address field with an email

Hi All,

I am using Auth0 Android SDK in java and i want to pass an email address to pre populate in the email address field Auth0 page.I am using WebAuthProvider.login function.How can i achieve this.

Thanks

Hi @ezana,

Welcome to the Auth0 Community!

Can you try passing a login_hint parameter with the email?

i.e. 'login_hint':'example@test.com'

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.