fixed some bugs

This commit is contained in:
Spitap
2022-08-20 20:17:29 +02:00
parent e06bd4d176
commit 43e33c1a12
2 changed files with 3 additions and 1 deletions

View File

@@ -103,6 +103,7 @@
{% endif %}
</tr>
{% endfor %}
{% if "RECOVERY" not in UNALLOWED_AUTHEN_METHODS %}
<tr>
<td>RECOVERY</td>
@@ -113,6 +114,7 @@
<td>On</td>
<td><a href="{% url 'manage_recovery_codes' %}"> <span class="fa fa-wrench fa-solid fa-wrench bi bi-wrench-fill"></span></a></td>
</tr>
{% endif %}
{% else %}
<tr><td colspan="7" align="center">You didn't have any keys yet.</td> </tr>
{% endif %}