Add 2FA icons to settings pages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-11 13:25:57 +01:00
parent af383720b7
commit c24318f6b8
3 changed files with 4 additions and 3 deletions

View File

@@ -80,7 +80,8 @@
<input type="checkbox" class="form-check-input two-fact-checkbox"
value="{{ f.id.0 }}"
checked=""/>
{{ f.name }} ({{ f.type_str() }})
{{ f.name }} (<img src="{{ f.type_image() }}" alt="Factor icon" style="height:1em;" />
{{ f.type_str() }})
</label>
</div>
{% endfor %}