Make a little not to use a fake email.
This commit is contained in:
parent
ecc264db8c
commit
a3d4a3dc70
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
<middle>
|
||||
<label for="username">Username</label>
|
||||
<input id="username" name="username" placeholder="Username" type="text">
|
||||
<label for="email">Email</label>
|
||||
<input id="email" name="email" placeholder="Email" type="text">
|
||||
<label for="email">FAKE! Email</label>
|
||||
<input id="email" name="email" placeholder="fake@faker.com" type="text">
|
||||
<label for="password">Password</label>
|
||||
<input id="password" name="password" placeholder="Password" type="password">
|
||||
</middle>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue