fix/signup using existing email

This commit is contained in:
SowinskiBraeden committed 2025-05-09 10:23:34 -07:00
1 parent 18bee21941
commit 1f742d41c3
2 files changed
+8 -1

No files matched your search

+1 -1
View File
@@ -15,7 +15,7 @@
</div>
<div class="mt-3">
<label for="email" class="block text-base mb-2">Email</label>
<input type="text" id="email" name="email"
<input type="email" id="email" name="email"
class="border focus:border-gray-600 w-full rounded-md text-base px-2 py-1 focus:outline-none focus:ring-0 "
placeholder="Enter Email" />
</div>