Hi, when getting user images if the picture is not set Auth0 will return a gravatar initials image.
At the moment the initials image has two initials and they seem to be taken from the first two letters of the name attribute on auth0.
Most of the names that I have saved on auth0 are the email of the person using it.
I’d like to generate the gravatar initials image from the first letters of the given_name and family_name attributes, is there any way to configure this?
Thanks,
Dan