소스 검색

Set authentication message to only show if user is not authenticated

deadtom 3 주 전
부모
커밋
8140082906
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ownchatbot/templates/userpanel.html

+ 1 - 1
ownchatbot/templates/userpanel.html

@@ -73,12 +73,12 @@
         {% endif %}
         {% endif %}
         </table>
+            {% for user in users %}
             {% if user[3] %}
             <br>
             {% else %}
             <br><span style="color: orange;"><i>You must be authenticated with Owncast to earn points for donations.</i></span><br>
             {% endif %}
-            {% for user in users %}
             
             <div>
                 {% if user[3] %}