Przeglądaj źródła

remove ref that does not exist anymore

pull/342/head
Guillaume Vincent 7 lat temu
rodzic
commit
44e54d81f7
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      src/views/PasswordGenerator.vue

+ 0
- 1
src/views/PasswordGenerator.vue Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz