From 9ef72d286202838dcc3126fba06cf5d806421933 Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Thu, 13 Jan 2022 21:27:38 -0500 Subject: [PATCH] If `autocomplete_enabled` is `1` in index.html, then enable autocomplete script. --- app/templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/index.html b/app/templates/index.html index 785b5a5..a05f3b4 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -17,7 +17,9 @@ - + {% if autocomplete_enabled == '1' %} + + {% endif %}