diff --git a/Feedback.html b/Feedback.html index 2728182..0425e3e 100644 --- a/Feedback.html +++ b/Feedback.html @@ -666,7 +666,6 @@

Connect with us!

+ diff --git a/login.js b/login.js index c094107..09a2fd9 100644 --- a/login.js +++ b/login.js @@ -90,4 +90,4 @@ function displayStrengthMessage(strength) { } // Call the checkPasswordStrength function on password input -passwordField.addEventListener("input", checkPasswordStrength); +passwordField.addEventListener("input", checkPasswordStrength); \ No newline at end of file