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) {
$this->session->set('loginMessages', [
[],
['invalidpassword']
]);
// Read current user and append if possible