Sfoglia il codice sorgente

improve frontend test

pull/342/head
Guillaume Vincent 8 anni fa
parent
commit
649fbe6350
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      tests/index.html

+ 3
- 1
tests/index.html Vedi File

@@ -17,7 +17,9 @@
}
};
lesspass.generatePassword(login, masterPassword, site, options).then(function (generatedPassword) {
console.log(generatedPassword)
if (generatedPassword === 'azYS7,olOL2]') {
document.body.innerHTML = "generatePassword ok";
}
});
</script>
</body>

Caricamento…
Annulla
Salva