mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
@@ -37,7 +37,7 @@ class LoginController extends Controller
|
||||
|
||||
return $this->render('ChillMainBundle:Login:login.html.twig', array(
|
||||
'last_username' => $lastUsername,
|
||||
'error' => $error
|
||||
'error' => (empty($error)) ? $error : $error->getMessage()
|
||||
));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user