login 페이지 수정

This commit is contained in:
hehihoho3@gmail.com 2024-10-30 16:56:13 +09:00
parent 797931129b
commit aacbcaa6e9
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
</form>
<p class="mb-0">
<a th:href="@{/templates/itn/user/register}" class="text-center">Register a new membership</a>
<a th:href="@{/user/register}" class="text-center">Register a new membership</a>
</p>
</div>
<!-- /.card-body -->

View File

@ -34,7 +34,7 @@
비밀번호가 일치하지 않습니다. 다시 입력해주세요.
</div>
<form th:action="@{/templates/itn/user/register}" method="post" th:object="${user}" novalidate>
<form th:action="@{/user/register}" method="post" th:object="${user}" novalidate>
<!-- 검증 오류 메시지 표시 -->
<div th:if="${#fields.hasErrors('userId')}" class="alert alert-danger" role="alert">
<span th:errors="*{userId}"></span>