Skip to content

Commit

Permalink
fix: unical_template login password icon
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti authored Jun 18, 2021
1 parent a0b3515 commit ebf993d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/uniauth_unical_template/templates/saml_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
{% if form_field.field.required %}required{% endif %}>
<span class="password-icon" aria-hidden="true">
<svg class="password-icon-visible icon icon-sm">
<use xlink:href="{% static 'images/svg/sprite.svg' %}#it-password-visible"></use>
<use xlink:href="{% static 'svg/sprite.svg' %}#it-password-visible"></use>
</svg>
<svg class="password-icon-invisible icon icon-sm d-none">
<use xlink:href="{% static 'images/svg/sprite.svg' %}#it-password-invisible"></use>
<use xlink:href="{% static 'svg/sprite.svg' %}#it-password-invisible"></use>
</svg>
</span>
<label for="id_{{ form_field.html_name }}">
Expand Down

0 comments on commit ebf993d

Please sign in to comment.