fixed display of username when not logged in

master
TheLegend875 6 years ago committed by TheLegend875
parent 19df86f13f
commit 5bdbbf60d7

@ -53,7 +53,7 @@ configure your email client
</tr>
<tr>
<th>{% trans %}Username{% endtrans %}</th>
<td><pre>{{ current_user or "******" }}</pre></td>
<td><pre>{{ current_user if current_user.is_authenticated else "******" }}</pre></td>
</tr>
<tr>
<th>{% trans %}Password{% endtrans %}</th>

Loading…
Cancel
Save