templates/login.html: strip credentials from console logs as it can be exploited

This commit is contained in:
Quentin Machu 2022-04-10 18:16:52 +08:00
parent d36941266e
commit a667efaa19

View file

@ -100,7 +100,6 @@
const username = $("#username").val();
const password = $("#password").val();
const data = {"username": username, "password": password}
console.log(data);
$.ajax({
cache: false,