로그인 아이디 타입 변경
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
|||||||
|
./gradlew bootJar
|
||||||
|
docker build -t simulator .
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
|
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
|
||||||
|
|
||||||
<div class="form-floating">
|
<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>
|
<label for="id" class="form-label">이메일</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-floating">
|
<div class="form-floating">
|
||||||
|
|||||||
Reference in New Issue
Block a user