Skip to content

Commit

Permalink
Merge pull request #9940 from internetarchive/9593/hotfix/login-passw…
Browse files Browse the repository at this point in the history
…ord-visibility

hotfix login view
  • Loading branch information
jimchamp authored Oct 7, 2024
2 parents e5843d5 + 90bc4b2 commit a7849cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 class="ol-signup-hero__title">$_("Log In")</h1>
</div>
<div class="input">
<input type="password" placeholder="$_('Password')" id="password" name="password" value="$form.password.value" required />
<a href="javascript:;" class="password-visibility-toggle">
<a href="javascript:;" class="password-visibility-toggle ol-signup-form__icon-wrap">
<img src="/static/images/icons/icon_eye-closed.svg" title="$_('Toggle Password Visibility')" alt="$_('Toggle Password Visibility')"/>
</a>
</div>
Expand Down

0 comments on commit a7849cd

Please sign in to comment.