KyleAMathews/react-gravatar

"alt" property leaks private email address

warren-bank opened this issue · 0 comments

here and here:

alt={`Gravatar for ${formattedEmail}`}

by default, no "alt" text should be added.
the component's props should allow an optional value to be included..

alt={this.props.alt || ''}