Unverified Commit 3c1e5d89 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

: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
Showing with 1 addition and 0 deletions
+1 -0
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
{$message} {$message}
</div> </div>
<div> <div>
<input type="submit" name="login" value="{t}Sign in{/t}" title="{t}Click here to log in{/t}"/>
</div> </div>
</div> </div>
<input type="hidden" name="CSRFtoken" value="{$CSRFtoken}"/> <input type="hidden" name="CSRFtoken" value="{$CSRFtoken}"/>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment