From 2126bace575d9912a464e53b139ee35a5ff93687 Mon Sep 17 00:00:00 2001 From: 0xCA Date: Thu, 28 Dec 2023 17:09:26 +0500 Subject: [PATCH] Reset telegram userid input for each new client --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/base.html b/templates/base.html index c874e8b..ab086e1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -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); });