Format
This commit is contained in:
parent
5989f36493
commit
2ebf61fd34
1 changed files with 8 additions and 1 deletions
|
@ -6,7 +6,14 @@
|
|||
<input id="email" name="email" type="email" maxlength="50" required />
|
||||
<label for="password">Password *</label>
|
||||
<input id="password" name="password" type="password" minlength="8" maxlength="50" required />
|
||||
<input id="password_confirm" name="password_confirm" type="password" minlength="8" maxlength="50" placeholder="Confirm password" />
|
||||
<input
|
||||
id="password_confirm"
|
||||
name="password_confirm"
|
||||
type="password"
|
||||
minlength="8"
|
||||
maxlength="50"
|
||||
placeholder="Confirm password"
|
||||
/>
|
||||
<button class="text-white bg-black py-2 border" type="submit">Sign up</button>
|
||||
</form>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue