Compare commits

...

No commits in common. "7826a5bbb19af146f369d2feb72e64892ee497f4" and "0cb452f6e56d9a7ab9d86c48e42e57b2ff51708c" have entirely different histories.

1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -1,4 +1,4 @@
import init, { hash_bcrypt, hash_sha512crypt } from "./backend/pkg/password_self_service.js"
import init, { hash_bcrypt, hash_sha512crypt } from "./backend/pkg/password_hash_self_service_backend.js"
function displayHash(hash) {
document.getElementById("hash").innerText = hash