Quellcode durchsuchen

Fixed incorrect user_authed variable.

deadtom vor 3 Wochen
Ursprung
Commit
98bcbb9c45
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ownchatbot/templates/userpanel.html

+ 1 - 1
ownchatbot/templates/userpanel.html

@@ -77,7 +77,7 @@
             {% for user in users %}
             
             <div>
-                {% if user['user_authed'] %}
+                {% if user[3] %}
                     <br>
                     OwnchatBot recognizes your Ko-fi and GiveButter accounts by your email address. In order for OwnchatBot to award your donation points, you must supply your email address.<br><br>