Skip to content

Commit

Permalink
Update login page to still contain "Please log in"
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Apr 9, 2024
1 parent 01920a3 commit 2546f4f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions install/cws-ui/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,13 @@
<div class="container">

<div id="login-form" class="col-md-6 col-md-push-3 col-sm-12" style="margin-top: 200px">
<div style="display: flex; justify-content: center; margin-bottom: 30px;">
<h2>__CWS_BRAND_HEADER__</h2>
<div style="display: flex; justify-content: center; margin-bottom: 30px; flex-direction: column;">
<div style="display: flex; justify-content: center;">
<h2>__CWS_BRAND_HEADER__</h2>
</div>
<div style="display: flex; justify-content: center;">
<h4>Please log in</h4>
</div>
</div>

<form action="/${base}/logintotarget" method="POST">
Expand Down

0 comments on commit 2546f4f

Please sign in to comment.