mirror of
https://github.com/adanrsantos/ThePlaceHolders.git
synced 2024-12-16 12:20:37 -06:00
Created requirements for email and password on register page
This commit is contained in:
parent
0263dc0fe3
commit
6f8699aea9
|
@ -18,10 +18,10 @@
|
|||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="exampleInputPassword1" class="form-label">Password</label>
|
||||
<input type="password" class="form-control" id="exampleInputPassword1">
|
||||
<input type="password" class="form-control" id="exampleInputPassword1" required>
|
||||
</div>
|
||||
<div class="mb-3 form-check">
|
||||
<input type="checkbox" class="form-check-input" id="exampleCheck1">
|
||||
<input type="checkbox" class="form-check-input" id="exampleCheck1" required>
|
||||
<label class="form-check-label" for="exampleCheck1">Show Password</label>
|
||||
</div>
|
||||
<div class="fs-6">
|
||||
|
|
Loading…
Reference in a new issue