Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:apertureless/vue-password-streng…
Browse files Browse the repository at this point in the history
…th-meter into develop

* 'develop' of github.com:apertureless/vue-password-strength-meter:
  fix: Remove "show password" button from tabbing index (#47)
  • Loading branch information
apertureless committed Apr 30, 2020
2 parents 92dab66 + fe30cc6 commit dfc40a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PasswordStrengthMeter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
type="button"
class="btn-clean"
:aria-label="showPasswordLabel"
tabindex="-1"
@click.prevent="togglePassword()">
<svg v-if="this.$data._showPassword" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<title>{{showPasswordLabel}}</title>
Expand Down

0 comments on commit dfc40a0

Please sign in to comment.