We have been using Azure B2C for a little while now. The company recently went under a branding change (company name changed).
We updated the Azure AD to reflect this change. But we are also using Azure B2C for authentication, we have fully customized the login and password reset page. But we are having an issue with the email that gets sent out with the verification code for a password reset. It still has the old company name in the email subject, for example:
OLD COMPANY NAME account email verification code
Any idea on how to get these emails to update to the new Azure AD name? It doesn't seem to be stored in any application manifests, etc.
Thank you!