Remove extraneous false

This commit is contained in:
=
2025-10-08 17:09:48 -04:00
parent c13078203b
commit f3555c0181

View File

@@ -71,8 +71,6 @@ $(".edit_password").on("click", async function () {
}); });
} }
})(); })();
return false;
} }
} }
} }