From 87305fb2ff82a8624e372f3f70acf36903d82230 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 29 Oct 2025 11:47:34 +0100 Subject: [PATCH] Hide sensitive settings Use password inputs for settings with secret-looking names. --- web/templates/config/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/templates/config/index.html b/web/templates/config/index.html index 360e514..802f192 100644 --- a/web/templates/config/index.html +++ b/web/templates/config/index.html @@ -10,7 +10,8 @@ Tu lahko urejate splošne nastavitve. {% for name, value in settings.items() %} - + {% endfor %}