We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275a7f5 commit 1494c2eCopy full SHA for 1494c2e
1 file changed
src/index.html
@@ -16,7 +16,7 @@
16
<input id="email" type="text" 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="text" placeholder="Enter your password" />
+ <input id="password" type="password" placeholder="Enter your password" />
20
<button>Submit</button>
21
</form>
22
</body>
0 commit comments