When I register for a new user from a regular web application, Auth0 sent 2 email verification: one appears from the regular web application name as the sender. The other exact same email appears to be sent from the auth0 tenant name. The verification code are different on each email.
Clicking the link sent from the tenant name is showing an error “Your email address could not be verified” although it does verify the email. Likely because the issue mentioned here Your email address could not be verified - #4 by anton.bagayev
Clicking the link sent from the regular web application name, does verify the email and correctly redirect the user to the specified “Redirect To” in the email template.
Is there any way I can disable the email sent from the tenant name (tenant-name.us.auth0.com)?