Merge branch 'master' of github:nanhantianyi/wireguard-ui into clients-patch

This commit is contained in:
kevin 2022-12-28 10:08:34 +08:00
commit daa284d682
11 changed files with 203 additions and 14 deletions

View file

@ -429,7 +429,7 @@ Wireguard Clients
});
}
// submitEmailClient function for sending an email to the client with the configuration
// submitEmailClient function for sending an email with the configuration to the client
function submitEmailClient() {
const client_id = $("#e_client_id").val();
const email = $("#e_client_email").val();