Skip to content

Commit 22c7252

Browse files
committed
correccion issue password
1 parent 9d1221a commit 22c7252

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
@@ -17,7 +17,7 @@
1717
<input id="email" type="email" placeholder="Enter your email" />
1818
<label for="password">Password</label>
1919
<!-- TODO: Update HTML Password Input to Hide Password Visibility -->
20-
<input id="password" type="text" placeholder="Enter your password" />
20+
<input id="password" type="password" placeholder="Enter your password" />
2121
<button>Submit</button>
2222
</form>
2323
</body>

0 commit comments

Comments
 (0)