Skip to content

Commit 72e733b

Browse files
committed
email validation
1 parent 1494c2e commit 72e733b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
<span id="success-message" hidden="true">Success!</span>
1313
<span id="error-message" hidden="true">Invalid Credentials</span>
1414
<label for="email">Email</label>
15-
<!-- TODO: Add HTML Email Validation to Email Input -->
16-
<input id="email" type="text" placeholder="Enter your email" />
15+
<input id="email" type="email" placeholder="Enter your email" />
1716
<label for="password">Password</label>
18-
<!-- TODO: Update HTML Password Input to Hide Password Visibility -->
1917
<input id="password" type="password" placeholder="Enter your password" />
2018
<button>Submit</button>
2119
</form>

0 commit comments

Comments
 (0)