mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-03 10:38:40 +00:00
Uhh oops
This commit is contained in:
parent
8de0903cee
commit
fc41243d36
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
const passwordInput = document.getElementById("password");
|
const passwordInput = document.getElementById("password");
|
||||||
const passwordSubmit = document.getElementById("password-submit");
|
const passwordSubmit = document.getElementById("password-submit");
|
||||||
|
|
||||||
passwordSubmit.value = sha256(passwordInput);
|
passwordSubmit.value = sha256(passwordInput.value);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue