From eba76a1d7de4e3f534e141e60f02a16ea895474b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 5 Nov 2024 18:18:37 +0530 Subject: [PATCH] remember me --- Feedback.html | 1 - jquery-1.12.js | 5 +++ login.html | 89 ++++++++++++++++++++++++++++++++++---------------- login.js | 2 +- 4 files changed, 67 insertions(+), 30 deletions(-) create mode 100644 jquery-1.12.js 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