We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1494c2e commit 72e733bCopy full SHA for 72e733b
1 file changed
src/index.html
@@ -12,10 +12,8 @@
12
<span id="success-message" hidden="true">Success!</span>
13
<span id="error-message" hidden="true">Invalid Credentials</span>
14
<label for="email">Email</label>
15
- <!-- TODO: Add HTML Email Validation to Email Input -->
16
- <input id="email" type="text" placeholder="Enter your email" />
+ <input id="email" type="email" placeholder="Enter your email" />
17
<label for="password">Password</label>
18
- <!-- TODO: Update HTML Password Input to Hide Password Visibility -->
19
<input id="password" type="password" placeholder="Enter your password" />
20
<button>Submit</button>
21
</form>
0 commit comments