add password to user registration and remove file copies from build dir

This commit is contained in:
2024-01-18 12:32:09 +01:00
parent 5964ef4963
commit 066bac721b
16 changed files with 9 additions and 507 deletions
+4
View File
@@ -26,6 +26,10 @@
<label for="contact">Contact:</label>
<input type="text" name="contact" id="contact" required />
</div>
<div class="form-input">
<label for="password">Password:</label>
<input type="password" name="password" placeholder="optional" id="password"/>
</div>
<div class="btn-wrap">
<button class="btn">Submit</button>
</div>