Reset telegram userid input for each new client

This commit is contained in:
0xCA 2023-12-28 17:09:26 +05:00
parent 2adb1c5c80
commit 2126bace57

View file

@ -625,6 +625,8 @@
$("#client_preshared_key").val("");
$("#client_allocated_ips").importTags('');
$("#client_extra_allowed_ips").importTags('');
$("#client_endpoint").val('');
$("#client_telegram_userid").val('');
updateSubnetRangesList("#subnet_ranges");
updateIPAllocationSuggestion(true);
});