Selaa lähdekoodia

remove ref that does not exist anymore

pull/342/head
Guillaume Vincent 7 vuotta sitten
vanhempi
commit
44e54d81f7
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. +0
    -1
      src/views/PasswordGenerator.vue

+ 0
- 1
src/views/PasswordGenerator.vue Näytä tiedosto

@@ -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;
}
}


Ladataan…
Peruuta
Tallenna