From 943b2c1090d7e83ff11a19a2ab906b935d96a600 Mon Sep 17 00:00:00 2001 From: Maxim Kochurov Date: Tue, 22 Feb 2022 17:23:31 +0000 Subject: [PATCH] reset keys field --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) 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();