Add snipping lines to welcome page without guests

pull/8634/head
J. Ryan Stinnett 2019-02-14 15:40:58 +00:00
parent ec2af993da
commit 7c94437177
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,7 @@ h1::after {
<div class="mx_ButtonLabel">_t("Create Account")</div>
</a>
</div>
<!-- BEGIN Ansible: Remove these lines when guest access is disabled -->
<div class="mx_ButtonRow">
<div>
<div class="mx_ButtonWrapperText">_t("Need help?")</div>
@ -180,5 +181,6 @@ h1::after {
</a>
</div>
</div>
<!-- END Ansible: Remove these lines when guest access is disabled -->
</div>
</div>