로그인 아이디 타입 변경

This commit is contained in:
현성필
2023-09-06 09:36:53 +09:00
parent f70f0360a4
commit 1ae44a1b61
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
./gradlew bootJar
docker build -t simulator .
+1 -1
View File
@@ -45,7 +45,7 @@
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
<div class="form-floating">
<input type="email" class="form-control" name="id" id="id" maxlength="20" required>
<input type="text" class="form-control" name="id" id="id" maxlength="20" required>
<label for="id" class="form-label">이메일</label>
</div>
<div class="form-floating">