From cb4aa3e23c99f7c541a634b6d175b3e3b5c0f903 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Thu, 11 Jul 2024 10:22:30 +0300 Subject: [PATCH] =?UTF-8?q?vault-wrap:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=88=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D0=BE=D0=BD=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html-template/index.html | 3 +++ vault.go | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/html-template/index.html b/html-template/index.html index a777ff2..53118a5 100644 --- a/html-template/index.html +++ b/html-template/index.html @@ -14,6 +14,9 @@
+ diff --git a/vault.go b/vault.go index 7dcdf5d..c4357cf 100644 --- a/vault.go +++ b/vault.go @@ -188,8 +188,6 @@ func getDataFromHtmlForm(w http.ResponseWriter, r *http.Request) { if Debug { log.Println(Data) } - } else { - Data = "Введите токен" } getStaticPage(w, r) // http.Redirect(w, r, "http://"+r.Host, http.StatusMovedPermanently)
+ Введите токен: +