We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1221a commit 22c7252Copy full SHA for 22c7252
1 file changed
src/index.html
@@ -17,7 +17,7 @@
17
<input id="email" type="email" placeholder="Enter your email" />
18
<label for="password">Password</label>
19
<!-- TODO: Update HTML Password Input to Hide Password Visibility -->
20
- <input id="password" type="text" placeholder="Enter your password" />
+ <input id="password" type="password" placeholder="Enter your password" />
21
<button>Submit</button>
22
</form>
23
</body>
0 commit comments