Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
25e87f053c
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user