Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-11-27 22:24:54 +01:00
commit 25e87f053c

View File

@ -337,7 +337,7 @@ abstract class AuthenticationPlugin
)->display();
echo Template::get('login/twofactor')->render([
'form' => $twofactor->render(),
'show_submit' => $twofactor->showSubmit,
'show_submit' => $twofactor->backend::$showSubmit,
]);
echo Template::get('login/footer')->render();
echo Config::renderFooter();