Skip to content

Commit 1494c2e

Browse files
committed
hide password while typing it in the input field
1 parent 275a7f5 commit 1494c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<input id="email" type="text" placeholder="Enter your email" />
1717
<label for="password">Password</label>
1818
<!-- TODO: Update HTML Password Input to Hide Password Visibility -->
19-
<input id="password" type="text" placeholder="Enter your password" />
19+
<input id="password" type="password" placeholder="Enter your password" />
2020
<button>Submit</button>
2121
</form>
2222
</body>

0 commit comments

Comments
 (0)