mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 08:48:39 +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 passwordSubmit = document.getElementById("password-submit");
|
||||
|
||||
passwordSubmit.value = sha256(passwordInput);
|
||||
passwordSubmit.value = sha256(passwordInput.value);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue