From fc41243d362abcc997f02565c60458f1c0aac425 Mon Sep 17 00:00:00 2001 From: Slendy Date: Mon, 31 Jan 2022 18:59:07 -0600 Subject: [PATCH] Uhh oops --- ProjectLighthouse/Pages/LoginForm.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Pages/LoginForm.cshtml b/ProjectLighthouse/Pages/LoginForm.cshtml index 53e672df..2e5494a4 100644 --- a/ProjectLighthouse/Pages/LoginForm.cshtml +++ b/ProjectLighthouse/Pages/LoginForm.cshtml @@ -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; }