I am trying to update the password reset template and am unable to figure out how to include our logo from Auth0. The documentation (https://auth0.com/docs/customize/email/email-templates) doesn’t seem to indicate this is possible unless you are using an Organization through the organization.branding.logo_url
property. I have tried to use the following:
tenant.picture_url
tenant.logo_url
branding.logo_url
Is there a way to use one of our uploaded Auth0 logos in the email template similar to how we do it in the login screen?