Skip to content

Commit

Permalink
Merge pull request #63 from OpsMx/OP-4195-Login-Screen-Changes
Browse files Browse the repository at this point in the history
Modified login screen
  • Loading branch information
Pranav-b-7 authored Nov 24, 2020
2 parents 0551371 + f733395 commit 7cac85f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gate-web/src/main/resources/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
<img src="images/login-icon.png" class="img-fluid" alt="login" />
</div>
<!-- /.login-reg-icon -->
<h3>Login to your account</h3>
<h3>Sign in</h3>
<form th:action="@{/login}" method="post">
<div th:if="${param.error}" class="d-inline-block align-middle mr-2 error-message">
Invalid username and password.
</div>
<div class="form-group mb-3">
<label>User Name</label>
<label>Username</label>
<input type="text" id="username" name="username" class="form-control" placeholder="Username" autofocus required/>
</div>
<!-- /.form-group -->
<div class="form-group mb-3">
<label>Password</label>
<input type="password" id="password" name="password" class="form-control" placeholder="Enter your password" />
<input type="password" id="password" name="password" class="form-control" placeholder="Password" />
</div>
<!-- /.form-group -->
<!--<div class="form-group d-flex align-items-center justify-content-between mb-3">
Expand All @@ -61,7 +61,7 @@ <h3>Login to your account</h3>
-->
<!-- /.form-group -->
<div class="form-group mb-3">
<button type="submit" class="btn btn-primary btn-block">Log In</button>
<button type="submit" class="btn btn-primary btn-block">Log in</button>
</div>
<!-- /.form-group -->
<!--<hr />
Expand Down

0 comments on commit 7cac85f

Please sign in to comment.