Browse Source

remove ref that does not exist anymore

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
44e54d81f7
1 changed files with 0 additions and 1 deletions
  1. +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;
}
}


Loading…
Cancel
Save