Add custom text to the email verified page

How can I add a message to the web page that is displayed when a user has clicked the VERIFY button on the email verification email. I want to tell the user to check their email for the ‘Welcome Email’

Hi @kpaynter,

Welcome back to the Auth0 Community!

When using the Universal Login you can customize the messages displayed to users by editing the text elements listed on the email-verification-result screen. This can be done directly from the Auth0 Dashboard - Branding - Universal Login - Edit text and translations - select the email-verification prompt or by using the Management API - Set custom text for a specific prompt.

If you want to provide a fully branded and customized experience after a user verifies their email, you can also redirect them to a custom hosted page with the use of Email Templates. You can achieve this by setting a URL of your choice that users will be redirected to after the verification is complete from the Auth0 Dashboard - Email Templates - select the Verification Email (Link) template - set the Redirect To field.

I hope this helps! If you have any other questions please let me know.
Kind regards,
Remus