mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
Reset telegram userid input for each new client
This commit is contained in:
parent
2adb1c5c80
commit
2126bace57
1 changed files with 2 additions and 0 deletions
|
@ -625,6 +625,8 @@
|
||||||
$("#client_preshared_key").val("");
|
$("#client_preshared_key").val("");
|
||||||
$("#client_allocated_ips").importTags('');
|
$("#client_allocated_ips").importTags('');
|
||||||
$("#client_extra_allowed_ips").importTags('');
|
$("#client_extra_allowed_ips").importTags('');
|
||||||
|
$("#client_endpoint").val('');
|
||||||
|
$("#client_telegram_userid").val('');
|
||||||
updateSubnetRangesList("#subnet_ranges");
|
updateSubnetRangesList("#subnet_ranges");
|
||||||
updateIPAllocationSuggestion(true);
|
updateIPAllocationSuggestion(true);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue