Fix authed variable and switch join/part API to use JSON

This commit is contained in:
2022-08-14 09:24:21 +01:00
parent 81708ef490
commit 69b4cb8865
4 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@
{% endif %}
</td>
<td>
{% if relay.authenticated %}
{% if relay.authed %}
<span class="icon has-text-success">
<i class="fa-solid fa-check" aria-hidden="true"></i>
</span>