I’m implementing my customized login/signup page with Universal Login Classic Experience. I noticed that there is an available option called prefill which can help me prefill the email in page. My question is: is there any way to disable that field? I want to fill the input for the user and don’t want them to change it.
Wanted to follow up on this and say that I am unaware of any way to both pre-fill the email (login_hint) and make it un-editable - Did you end up at the same conclusion?
There is no available option or api that can disable the input box as I know, only found prefill can be set for Auth0Lock. Me and my team decided to implement auth0 embedded login by ourselves.