Explorar el Código

Fixed incorrect user_authed variable.

deadtom hace 3 semanas
padre
commit
98bcbb9c45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>