Changeset 5444409 for src/main/resources/templates/login.html
- Timestamp:
- 02/09/23 16:05:47 (21 months ago)
- Branches:
- master
- Children:
- 01a1ca6
- Parents:
- 17a2fda
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/login.html
r17a2fda r5444409 1 1 <div class="container"> 2 <h1 th:if="${hasError}" th:text="${error}"></h1> 3 </div> 2 4 <div> 3 5 <form th:method="POST" th:action="@{/login}">
Note:
See TracChangeset
for help on using the changeset viewer.