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
remove ref that does not exist anymore
pull/342/head
Guillaume Vincent
7 years ago
parent
4935944b6b
commit
44e54d81f7
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/views/PasswordGenerator.vue
+ 0
- 1
src/views/PasswordGenerator.vue
View File
@@ -267,7 +267,6 @@
const password = passwords[i];
if (password.site === site && password.login === login) {
this.$store.commit('SET_PASSWORD', {password});
this.$refs.masterPassword.focus();
break;
}
}
Write
Preview
Loading…
Cancel
Save