From 3c1e5d899afbcc7b791a1fcee8ce732c2a65c952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.chilliet@fusiondirectory.org> Date: Thu, 20 Feb 2020 09:46:48 +0100 Subject: [PATCH] :ambulance: fix(secondfactor) Add a submit button to second factor form Otherwise only way to submit the form was to press enter in a field. issue #5779 --- ihtml/themes/breezy/secondfactor.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/ihtml/themes/breezy/secondfactor.tpl b/ihtml/themes/breezy/secondfactor.tpl index 904fc9ec6..8717d7ed8 100644 --- a/ihtml/themes/breezy/secondfactor.tpl +++ b/ihtml/themes/breezy/secondfactor.tpl @@ -30,6 +30,7 @@ {$message} </div> <div> + <input type="submit" name="login" value="{t}Sign in{/t}" title="{t}Click here to log in{/t}"/> </div> </div> <input type="hidden" name="CSRFtoken" value="{$CSRFtoken}"/> -- GitLab