Skip to content

Commit

Permalink
Fix a11y issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed May 31, 2024
1 parent 2804d6c commit a387587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h2>
<br>
<p>Note that, as a second argument for the <code>.type()</code> command, I'm passing an object with the property <code>log</code> with the value of <code>false</code>.</p>
<p>This way, the sensitive data doesn't leak into the Cypress command logs since such a command won't even be logged.</p>
<label for="#password">Type your password</label>
<label for="password">Type your password</label>
<input type="password" name="" id="password">
<div>
<label for="show-password-checkbox">Show password</label>
Expand Down

0 comments on commit a387587

Please sign in to comment.