사용자 관련 DB 스키마 생성

This commit is contained in:
static
2024-12-26 16:01:14 +09:00
parent 07252126ec
commit d83dc6b8d2
7 changed files with 40 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
<p>서비스를 이용하려면 로그인을 해야해요.</p>
</div>
<div class="mt-4 flex flex-col gap-y-2">
<TextInput placeholder="아이디" />
<TextInput placeholder="이메일" />
<TextInput placeholder="비밀번호" type="password" />
</div>
</div>