Fix the client setup page when not logged in
This commit is contained in:
@@ -26,7 +26,7 @@ configure your email client
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{% trans %}Username{% endtrans %}</th>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{% trans %}Password{% endtrans %}</th>
|
<th>{% trans %}Password{% endtrans %}</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user