Browse Source

Add redirected attribute element 'authfailure'; update credential field

names
Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius 4 years ago
parent
commit
284e185396
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      bookstore/src/main/resources/templates/fragments/loginout.html

+ 4
- 2
bookstore/src/main/resources/templates/fragments/loginout.html View File

@ -28,9 +28,11 @@
<form th:action="@{__${loginpage}__}" method="post">
<input type="text" id="username" name="username" placeholder="User name">
<input type="text" id="b_username" name="b_username" placeholder="User name">
<input type="password" id="password" name="password" placeholder="Password">
<input type="password" id="b_password" name="b_password" placeholder="Password">
<p th:text="${authfailure}"></p>
<div class="mt-2">
<button type="submit" class="btn btn-info"


Loading…
Cancel
Save