remove trailing whitespace from initial password

Signed-off-by: Adrian Gebhart <adrian@pestotoast.de>
This commit is contained in:
Adrian Gebhart 2021-12-03 13:34:19 +01:00
parent 994b128c37
commit 5f63d5bd67
No known key found for this signature in database
GPG key ID: 7F19F49F80E3A7BE

View file

@ -67,8 +67,8 @@
{% if isAnyRunning == true %}
{% if isApacheStarting != true %}
Initial Nextcloud username: admin <br />
Initial Nextcloud password: {{ nextcloud_password }} <br /><br/>
Initial Nextcloud username: admin<br />
Initial Nextcloud password: {{ nextcloud_password }}<br /><br/>
<a href="https://{{ domain }}" class="button" target="_blank" rel="noopener">Open your Nextcloud ↗</a><br/>
{% else %}
Containers are currently starting.<br /><br />