Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2023-06-24 02:33:01 +02:00 committed by Simon L
parent a77df43dff
commit f8d02440c1

View file

@ -41,7 +41,7 @@
function showPassword() {
var Password = document.getElementById("Password");
if (Password.value !== "" && x.type === "password") {
if (Password.value !== "" && Password.type === "password") {
Password.type = "text";
} else {
Password.type = "password";