Our desired workflow is that when a user creates a custom email/password account, they are redirected to a page informing them they need to verify their email address. Only after their email has been verified should they be passed along to our app.
I’ve looked at this suggesting of using an action/flow to conditionally redirect, and that does work. However, right now I don’t know where to redirect the user to view the Auth0 email verification page. I can redirect to a page that we host, but I want to redirect to the Auth0 page.
I can see the design for a page like the one I am thinking of under Universal Login → Custom Text → login-email-verification
, but I don’t know what I need to do to get that page to be the one that is redirected to after a user creates an account but before they have verified their email address. Is that possible?