mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Don't hide login button by default, some people get confused
This commit is contained in:
parent
f671adceb3
commit
944b4ae856
1 changed files with 1 additions and 1 deletions
|
|
@ -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, ''),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue