How to test the custom UI auth on development account?

I’ve created the HTML with auth.js (cdn) for the login, signup, and forgot password functionality. I believe this is called Embedded Login. now I want to put the code into the auth0 but don’t know where to put it on my profile, can’t find the menu.
any reference to this?

Hi @handikadwi7,

Embedded login is embedded directly in your application. The code would be hosted with you application’s code.

You may be referring to Customize Classic Universal Login Pages. This is available via Auth0 Dashboard > Branding > Universal Login > Login.

Hope that helps!