fix/signup using existing email
This commit is contained in:
2 files changed
+8
-1
No files matched your search
@@ -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>
|
||||
|
||||
Reference in new issue
Block a user