1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-15 13:33:21 +02:00

Fix the client setup page when not logged in

This commit is contained in:
kaiyou 2018-04-11 22:36:19 +02:00
parent ea8aced2e6
commit db0cd8efb4

View File

@ -26,7 +26,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>