Don't hide login button by default, some people get confused

This commit is contained in:
the-djmaze 2022-05-08 10:59:04 +02:00
parent f671adceb3
commit 944b4ae856

View file

@ -225,7 +225,7 @@ class Application extends \RainLoop\Config\AbstractConfig
'determine_user_language' => array(true, ''),
'determine_user_domain' => array(false, ''),
'hide_submit_button' => array(true),
'hide_submit_button' => array(false),
'login_lowercase' => array(true, ''),