diff --git a/templates/base.html b/templates/base.html index c6380e2..5d0d0a6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -451,6 +451,8 @@ $("#modal_new_client").on('shown.bs.modal', function (e) { $("#client_name").val(""); $("#client_email").val(""); + $("#client_public_key").val(""); + $("#client_preshared_key").val(""); $("#client_allocated_ips").importTags(''); $("#client_extra_allowed_ips").importTags(''); updateIPAllocationSuggestion();