changed text field to email field

This commit is contained in:
xomf 2024-06-07 16:27:30 -04:00
parent c3989d01e1
commit 83b9d04c7c

View File

@ -44,8 +44,8 @@
<div class="container">
<div class="form-group">
<label for="uname"><b>Email:</b></label>
<input type="text" name="uname" required>
<label for="email"><b>Email:</b></label>
<input type="email" name="email" required>
</div>
<div class="form-group">