Skip to content

Commit

Permalink
Remove checkbox to activate remember-me functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Jun 4, 2021
1 parent 092b5c7 commit 75352b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dc-cudami-admin/src/main/resources/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ <h3 class="card-title" th:text="#{title_login}">Please log in</h3>
<label class="font-weight-bold" for="j_password" th:text="#{lbl_password}">Password</label>
<input type="password" class="form-control" id="j_password" name="password" />
</div>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" id="remember-me" name="remember-me" type="checkbox">
<label class="font-weight-bold form-check-label" for="remember-me" th:text="#{lbl_stay_logged_in}">
Stay logged in
</label>
</div>
</div>
<button type="submit" class="btn btn-primary float-right" th:text="#{btn_login}">Login</button>
</form>
</div>
Expand Down

0 comments on commit 75352b3

Please sign in to comment.