Skip to content

Commit

Permalink
adding .js-toggle-password-visibility class
Browse files Browse the repository at this point in the history
  • Loading branch information
u-dani committed Jan 24, 2024
1 parent f32bf27 commit 54b0fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="c-title">Fazer login</h1>
<label for="ipassword" class="c-text-input-field">
<span>SENHA</span>
<input type="password" name="password" id="ipassword" placeholder="" autocomplete="current-password" required />
<button type="button" class="btn-icon" role="switch" aria-pressed="false">
<button type="button" class="btn-icon js-toggle-password-visibility" role="switch" aria-pressed="false">
<img src="images/icons/icon-visibility.svg" alt="" />
<span class="is-visually-hidden">show password</span>
</button>
Expand Down

0 comments on commit 54b0fd9

Please sign in to comment.