Merge pull request #480 from TheLastProject/feature/hibp_direct_link

Add direct link to HIBP pwned info
This commit is contained in:
Son Nguyen Kim 2021-05-21 15:29:46 +02:00 committed by GitHub
commit e911bdf203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@
{% endif %}
{% if alias.hibp_breaches | length > 0 %}
<a href="https://haveibeenpwned.com/">
<a href="https://haveibeenpwned.com/account/{{ alias.email }}">
<span class="fa fa-warning text-danger" data-toggle="tooltip"
title="This alias was found in {{ alias.hibp_breaches | length }} data breaches. Check haveibeenpwned.com for more information."></span>
</a>