Explorar el Código

generate password only when user click on button

pull/342/head
Guillaume Vincent hace 7 años
padre
commit
97f94dfe1c
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      src/views/PasswordGenerator.vue

+ 1
- 2
src/views/PasswordGenerator.vue Ver fichero

@@ -83,8 +83,7 @@
autocomplete="new-password"
autocorrect="off"
autocapitalize="off"
v-model="masterPassword"
v-on:keyup.enter.prevent="generatePassword">
v-model="masterPassword">
<fingerprint :fingerprint="fingerprint" v-on:click.native="togglePasswordType($refs.masterPassword)">
</fingerprint>
</div>


Cargando…
Cancelar
Guardar