We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92dab66 + fe30cc6 commit dfc40a0Copy full SHA for dfc40a0
src/components/PasswordStrengthMeter.vue
@@ -30,6 +30,7 @@
30
type="button"
31
class="btn-clean"
32
:aria-label="showPasswordLabel"
33
+ tabindex="-1"
34
@click.prevent="togglePassword()">
35
<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">
36
<title>{{showPasswordLabel}}</title>
0 commit comments