This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
generate password only when user click on button
pull/342/head
Guillaume Vincent
7 years ago
parent
b63816eb25
commit
97f94dfe1c
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/views/PasswordGenerator.vue
+ 1
- 2
src/views/PasswordGenerator.vue
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save