mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
templates/login.html: strip credentials from console logs as it can be exploited
This commit is contained in:
parent
d36941266e
commit
a667efaa19
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@
|
||||||
const username = $("#username").val();
|
const username = $("#username").val();
|
||||||
const password = $("#password").val();
|
const password = $("#password").val();
|
||||||
const data = {"username": username, "password": password}
|
const data = {"username": username, "password": password}
|
||||||
console.log(data);
|
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
cache: false,
|
cache: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue