Show login error message correctly (#24599)

This commit is contained in:
Christoph Wurst 2016-05-12 16:53:50 +02:00 committed by Thomas Müller
parent 9b3eefbf95
commit e077d78ec9
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ class LoginController extends Controller {
} }
if ($loginResult === false) { if ($loginResult === false) {
$this->session->set('loginMessages', [ $this->session->set('loginMessages', [
[],
['invalidpassword'] ['invalidpassword']
]); ]);
// Read current user and append if possible // Read current user and append if possible