Skip to content

Commit

Permalink
Show TOTP on hover over checkmark (2factorauth#6157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ApCoder123 authored Oct 3, 2021
1 parent 7b5d628 commit f47e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/html/desktop-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<td class="icon-cell">
<div class="row">
{% if tfa contains "totp" %}
<i class="tfa-icon fas fa-check col"></i>
<i class="tfa-icon fas fa-check col" title="TOTP support"></i>
{% endif %}
{% if tfa contains "custom-software" %}
<i class="tfa-icon fas fa-info col"
Expand Down

0 comments on commit f47e0ae

Please sign in to comment.