Remove hardcoded

This commit is contained in:
Dita Aji Pratama 2025-08-13 07:25:49 +07:00
parent 1a54f7ab8e
commit 9064fbb537

View File

@ -4,11 +4,7 @@
<input type="email" id="form-email" placeholder="Email" required > <br> <input type="email" id="form-email" placeholder="Email" required > <br>
<input type="text" id="form-username" placeholder="Username (Optional)" > <br> <input type="text" id="form-username" placeholder="Username (Optional)" > <br>
<div id="lister-roles"> <div id="lister-roles"></div>
<!-- hardcoded -->
<label><input type="checkbox" name="roles" value="2">Admin</label>
<label><input type="checkbox" name="roles" value="3">Member</label>
</div>
<hr> <hr>
<p>You need to insert your password for confirm the invitation</p> <p>You need to insert your password for confirm the invitation</p>