로그인 화면: 이메일 -> ID

This commit is contained in:
현성필
2023-10-17 14:04:52 +09:00
parent 145883e6a9
commit 4fee89e9cd
+1 -1
View File
@@ -46,7 +46,7 @@
<div class="form-floating">
<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">ID</label>
</div>
<div class="form-floating">
<input type="password" class="form-control mb-3" name="password" id="password" minlength="8" maxlength="20" required>